Skip to content

Commit a0b10c6

Browse files
Update install env for various GitHub workflow tests and ray, tensorflow versions
1 parent 7261a32 commit a0b10c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/gh-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install flake8 pytest pytest-cov setuptools numpy
27-
pip install -e .[extras_disc]
28-
pip install ray[rllib,debug]==0.7.3
29-
pip install tensorflow==1.13.1
27+
pip install -e .[extras]
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)