Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoanlu authored Apr 28, 2024
1 parent 42e7ac2 commit 02f88c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install torch==1.8.1 osqp==0.6.2.post8 pygame==2.3.0 numpy==1.16.6 scipy==1.1.0
pip install torch==1.8.1+cpu osqp==0.6.2.post8 pygame==2.3.0 numpy==1.16.6 scipy==1.1.0
# Run unittests using the Python unittest module
- name: Run unittest
Expand Down

0 comments on commit 02f88c4

Please sign in to comment.