Skip to content

Commit 012ea3c

Browse files
committed
removed ununsed packages"
1 parent deb866c commit 012ea3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/install-from-pypi.yml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install flake8 pytest
24-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi\
2523
pip install tensorflow==2.2.0
2624
pip install ray[rllib,debug]==0.9.0
2725
- name: Install from PyPI

0 commit comments

Comments
 (0)