Skip to content

Commit

Permalink
attempt fixing unit test version incompatibility
Browse files Browse the repository at this point in the history
Differential Revision: D62472378
  • Loading branch information
diego-urgell authored and facebook-github-bot committed Sep 10, 2024
1 parent a88a579 commit 7422d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
set -eux
conda activate test
conda install pytorch torchaudio torchvision cpuonly -c pytorch-nightly
conda install cpuonly pytorch torchaudio torchvision -c pytorch-nightly
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install --no-build-isolation -e ".[dev]"
Expand Down

0 comments on commit 7422d7b

Please sign in to comment.