Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
nsthorat committed Feb 23, 2024
1 parent fc15d81 commit 24a741d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
./scripts/setup_py.sh
poetry run pip3 install --force-reinstall --pre torch==2.* --index-url https://download.pytorch.org/whl/nightly/cpu
poetry run pip3 install typing_extensions==4.9.1 --force-reinstall
poetry run pip3 install typing_extensions==4.9.0 --force-reinstall
- name: Test CLI
run: |
Expand Down

0 comments on commit 24a741d

Please sign in to comment.