Skip to content

Commit

Permalink
test stable version for GHA unit test config
Browse files Browse the repository at this point in the history
  • Loading branch information
ebsmothers committed Oct 16, 2023
1 parent c7235de commit efb0c78
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 @@ -29,7 +29,7 @@ jobs:
run: python -m pip install --upgrade pip
- name: Install dependencies
run: |
conda install pytorch torchvision torchtext torchaudio cpuonly -c pytorch-nightly
conda install pytorch torchvision torchtext torchaudio cpuonly -c pytorch
python -m pip install -e ".[dev]"
- name: Run unit tests with coverage
run: pytest tests --cov=. --cov-report=xml --durations=20 -vv
Expand Down

0 comments on commit efb0c78

Please sign in to comment.