Skip to content

Commit ac1eae9

Browse files
committed
update
1 parent 48f7c8b commit ac1eae9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ jobs:
3030
pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
3131
3232
- name: Install scipy
33-
if: ${{ matrix.python-version == '3.9' }}
3433
run: |
35-
pip install scipy==1.10.1
34+
pip install scipy
3635
3736
- name: Install main package
3837
run: |
39-
pip install -e . -v --no-build-isolation
38+
python setup.py develop
4039
4140
- name: Run test-suite
4241
run: |

0 commit comments

Comments
 (0)