Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian Jamasb committed Feb 7, 2024
1 parent e5c01a8 commit 7a82765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install PyTorch
if: steps.cache-dependencies.cache-hit != 'true'
run: |
conda install pytorch==${{torch-version}} torchvision torchaudio cpuonly -c pytorch
conda install pytorch==${{matrix.torch-version}} torchvision torchaudio cpuonly -c pytorch
- name: Install Workshop
if: steps.cache-dependencies.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 7a82765

Please sign in to comment.