We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb866c commit 012ea3cCopy full SHA for 012ea3c
.github/workflows/install-from-pypi.yml
@@ -20,8 +20,6 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install flake8 pytest
24
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi\
25
pip install tensorflow==2.2.0
26
pip install ray[rllib,debug]==0.9.0
27
- name: Install from PyPI
0 commit comments