1 parent 8d61712 commit d8aeeb5Copy full SHA for d8aeeb5
1 file changed
.github/workflows/building.yml
@@ -43,9 +43,8 @@ jobs:
43
pip install wheel
44
45
- name: Install scipy
46
- if: ${{ matrix.python-version == '3.9' }}
47
run: |
48
- pip install scipy==1.10.1
+ pip install scipy
49
50
- name: Free Disk Space (Ubuntu)
51
if: ${{ runner.os == 'Linux' }}
0 commit comments