Skip to content

Commit

Permalink
test with == instead of @
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Dec 17, 2024
1 parent a4854c5 commit 25fbe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
poetry source add torch-cpu --priority=explicit --no-interaction https://download.pytorch.org/whl/cpu
torch_version=$(poetry show torch --no-ansi | grep 'version' | awk '{print $3}')
echo "torch@$torch_version@@"
poetry add --lock --no-interaction --source torch-cpu "torch@2.0.1"
poetry add --lock --no-interaction --source torch-cpu "torch==2.0.1"
echo "done"
echo $(poetry show torchvision --no-ansi | grep 'version')
torchvision_version=$(poetry show torchvision --no-ansi | grep 'version' | awk '{print $3}')
Expand Down

0 comments on commit 25fbe4d

Please sign in to comment.