Skip to content

Commit

Permalink
Update base_test_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMusgrave authored Jul 23, 2024
1 parent e3a31a7 commit d6c55fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/base_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Install dependencies
run: |
pip install .[with-hooks-cpu]
pip install torch==${{ matrix.pytorch-version }} torchvision==${{ matrix.torchvision-version }} --force-reinstall
pip install numpy<2.0 --force-reinstall
pip install numpy<2.0 torch==${{ matrix.pytorch-version }} torchvision==${{ matrix.torchvision-version }} --force-reinstall
pip install --upgrade protobuf==3.20.1
pip install six
pip install packaging
Expand Down

0 comments on commit d6c55fa

Please sign in to comment.