Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Temporarily move to testing against SciPy pre-releases #1532

Merged
merged 2 commits into from
Jul 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
use pre-releases in scipy
  • Loading branch information
matthewfeickert committed Jul 26, 2021
commit 70c46114df3e943c0b2171e2a538315660051125
1 change: 1 addition & 0 deletions .github/workflows/dependencies-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip --no-cache-dir --quiet install --upgrade --editable .[test]
python -m pip install --upgrade --pre scipy
python -m pip uninstall --yes scipy
python -m pip install --upgrade cython
python -m pip install --upgrade git+git://github.com/scipy/scipy.git
Expand Down