Skip to content

Commit

Permalink
Update install env for various GitHub workflow tests and ray, tensorf…
Browse files Browse the repository at this point in the history
…low versions
  • Loading branch information
RaghuSpaceRajan committed May 2, 2024
1 parent 7261a32 commit a0b10c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov setuptools numpy
pip install -e .[extras_disc]
pip install ray[rllib,debug]==0.7.3
pip install tensorflow==1.13.1
pip install -e .[extras]
pip install ray[rllib,debug]
pip install tensorflow
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit a0b10c6

Please sign in to comment.