Skip to content

Commit

Permalink
fix: remove cuda install for test
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Mar 28, 2024
1 parent 9eb091d commit 691f986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install --upgrade --force-reinstall --no-cache-dir --editable=".[dev]"
pip install --upgrade --force-reinstall --no-cache-dir --editable=".[dev]" --index-url https://download.pytorch.org/whl/cpu
- name: Test with pytest
run: |
pytest src/tests

0 comments on commit 691f986

Please sign in to comment.