Skip to content

Commit

Permalink
-y
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsparrow committed Jan 25, 2024
1 parent e3934e3 commit 4d159cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup dependencies
run: |
apt-get install python3-pip
apt-get install -y python3-pip
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
- name: Run
Expand Down

0 comments on commit 4d159cf

Please sign in to comment.