We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f474835 commit 1ce16dcCopy full SHA for 1ce16dc
.github/workflows/gh-test.yml
@@ -25,8 +25,8 @@ jobs:
25
python -m pip install --upgrade pip
26
pip install flake8 pytest pytest-cov setuptools numpy
27
pip install -e .
28
- pip install ray[rllib,debug]
29
- pip install tensorflow
+ #pip install ray[rllib,debug]
+ #pip install tensorflow
30
- name: Lint with flake8
31
run: |
32
# stop the build if there are Python syntax errors or undefined names
0 commit comments