Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KennardWang authored Oct 22, 2023
1 parent 4e4370e commit 911fa53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install -r requirements.txt
conda install -c conda-forge dlib
pip install scipy>0.16
pip install torch==1.10.2+cu102 torchvision==0.11.3+cu102 torchaudio===0.10.2+cu102
conda install pytorch==1.10.2 torchvision==0.11.3 torchaudio==0.10.2 cudatoolkit=10.2 -c pytorch
- name: Run tests
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
pip install -r requirements.txt
conda install -c conda-forge dlib
pip install scipy>0.16
pip install torch==1.10.2+cu102 torchvision==0.11.3+cu102 torchaudio===0.10.2+cu102
conda install pytorch==1.10.2 torchvision==0.11.3 torchaudio==0.10.2 -c pytorch
- name: Run tests
run: |
Expand Down

0 comments on commit 911fa53

Please sign in to comment.