Skip to content

Commit

Permalink
Fix pip argument
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Nov 5, 2023
1 parent 63f33c6 commit 9aafe44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip
# cpu version of pytorch
pip install torch==2.1.0 -index-url https://download.pytorch.org/whl/cpu
pip install torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu
# Install Atari Roms
pip install autorom
Expand Down

0 comments on commit 9aafe44

Please sign in to comment.