Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Sep 26, 2023
1 parent d6514a9 commit 3f02ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
cache-dependency-path: setup.py

- name: Install
run: pip install pytest -e .
run: pip install pytest -e . --only-binary=numpy,scipy,matplotlib,torch
env:
PIP_INDEX_URL: https://download.pytorch.org/whl/cpu
PIP_EXTRA_INDEX_URL: https://download.pytorch.org/whl/cpu

- name: Test with pytest
run: python -m pytest
Expand Down

0 comments on commit 3f02ef8

Please sign in to comment.