Skip to content

Commit

Permalink
use cpu version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
teddykoker committed Dec 29, 2023
1 parent c5474f2 commit 4e8fae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: pip install torch && pip install -e '.[testing]'
run: pip install torch --index-url https://download.pytorch.org/whl/cpu && pip install -e '.[testing]'
- name: Run Pytest
run: python -m pytest -s -v

0 comments on commit 4e8fae5

Please sign in to comment.