diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 791c0e354a987253f9a52a4509241873b61a51ce..247fa9a7b3f4fb4148f140e5b81847847a139160 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -22,6 +22,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + python -m pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu python -m pip install pytest python -m pip install . - name: Test with pytest