Skip to content

Commit

Permalink
Disable ray and tensorflow install for now at least
Browse files Browse the repository at this point in the history
  • Loading branch information
RaghuSpaceRajan committed May 2, 2024
1 parent f474835 commit 1ce16dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov setuptools numpy
pip install -e .
pip install ray[rllib,debug]
pip install tensorflow
#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 1ce16dc

Please sign in to comment.