Skip to content

Commit

Permalink
revert nightly build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ebsmothers committed Oct 19, 2023
1 parent 0e5d798 commit 2806f11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
run: python -m pip install --upgrade pip
- name: Install dependencies
run: |
conda install torchtext cpuonly -c pytorch
conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly
conda install pytorch torchvision torchtext torchaudio cpuonly -c pytorch-nightly
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 2806f11

Please sign in to comment.