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 0a98d1d commit 4e4370e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
conda activate l2d-vtb
- name: Install dependencies
run: |
pip install --upgrade pip
python -m pip install --upgrade pip
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 -f https://download.pytorch.org/whl/cu102/torch_stable.html
pip install torch==1.10.2+cu102 torchvision==0.11.3+cu102 torchaudio===0.10.2+cu102
- name: Run tests
run: |
Expand All @@ -57,10 +57,11 @@ jobs:
conda activate l2d-vtb
- name: Install dependencies
run: |
pip install --upgrade pip
python -m pip install --upgrade pip
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
- name: Run tests
run: |
Expand All @@ -85,7 +86,7 @@ jobs:
conda activate l2d-vtb
- name: Install dependencies
run: |
pip install --upgrade pip
python -m pip install --upgrade pip
pip install -r requirements.txt
conda install -c conda-forge dlib
pip install scipy>0.16
Expand Down

0 comments on commit 4e4370e

Please sign in to comment.