Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoanlu authored Nov 22, 2024
1 parent e7d62cd commit 474dca4
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 osqp==0.6.2.post8 pygame==2.3.0
pip install numpy==1.26.4 scipy==1.13.1 torch>=1.8 osqp==0.6.2.post8 pygame==2.3.0
# Run unittests using the Python unittest module
- name: Run unittest
Expand Down

0 comments on commit 474dca4

Please sign in to comment.