Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jikunshang committed Mar 21, 2024
1 parent d96d15d commit 0f7e6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: 'pip'
- name: setup env
run: |
pip config --user set global.extra-index-url https://download.pytorch.org/whl/cpu --root-user-action=ignore
pip config --user set global.extra-index-url https://download.pytorch.org/whl/cpu
pip install -r requirements-build.txt --root-user-action=ignore
pip install -r requirements-dev.txt --root-user-action=ignore
pip install -r requirements-cpu.txt --root-user-action=ignore
Expand Down

0 comments on commit 0f7e6b2

Please sign in to comment.