diff --git a/.github/workflows/unit_test.yaml b/.github/workflows/unit_test.yaml index b2632390..256b29c6 100644 --- a/.github/workflows/unit_test.yaml +++ b/.github/workflows/unit_test.yaml @@ -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