Skip to content

Commit

Permalink
attempt fixing unit test version incompatibility (#207)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #207

Differential Revision: D62472378
  • Loading branch information
diego-urgell authored and facebook-github-bot committed Sep 10, 2024
1 parent a88a579 commit 1ae80c1
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 pytorch-nightly::pytorch cpuonly torchvision torchaudio -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 1ae80c1

Please sign in to comment.