Skip to content

Commit

Permalink
🔨🐛Pinned pytorch in test
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Oct 17, 2024
1 parent 080b451 commit ada6474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
conda install pytorch torchvision torchaudio cpuonly -c pytorch
conda install pytorch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 -c pytorch
pip install -e .
pip install -U --force-reinstall chardet charset-normalizer
- name: Install test dependencies
Expand Down

0 comments on commit ada6474

Please sign in to comment.