Skip to content

Commit 3279c13

Browse files
2 parents 4588382 + 4cd6ecd commit 3279c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests_sans_ppo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m pip install wheel
3030
python -m pip install flake8 pytest
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32-
python -m pip install scipy==1.7.3
32+
python -m pip install scipy
3333
python -m pip uninstall pyportfolioopt -y
3434
- name: Lint with flake8
3535
run: |

0 commit comments

Comments
 (0)