There was an error while loading. Please reload this page.
1 parent 7261a32 commit a0b10c6Copy full SHA for a0b10c6
.github/workflows/gh-test.yml
@@ -24,9 +24,9 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
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
+ pip install -e .[extras]
+ pip install ray[rllib,debug]
+ pip install tensorflow
30
- name: Lint with flake8
31
32
# stop the build if there are Python syntax errors or undefined names
0 commit comments