1 parent 48f7c8b commit ac1eae9Copy full SHA for ac1eae9
1 file changed
.github/workflows/testing.yml
@@ -30,13 +30,12 @@ jobs:
30
pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
31
32
- name: Install scipy
33
- if: ${{ matrix.python-version == '3.9' }}
34
run: |
35
- pip install scipy==1.10.1
+ pip install scipy
36
37
- name: Install main package
38
39
- pip install -e . -v --no-build-isolation
+ python setup.py develop
40
41
- name: Run test-suite
42
0 commit comments