Skip to content

Commit 1ce16dc

Browse files
Disable ray and tensorflow install for now at least
1 parent f474835 commit 1ce16dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install flake8 pytest pytest-cov setuptools numpy
2727
pip install -e .
28-
pip install ray[rllib,debug]
29-
pip install tensorflow
28+
#pip install ray[rllib,debug]
29+
#pip install tensorflow
3030
- name: Lint with flake8
3131
run: |
3232
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)