Skip to content

Commit

Permalink
Force pip to use a SciPy wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Nov 15, 2023
1 parent 66037ab commit d31fd33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_periodic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
schedule:
- cron: "0 3 * * *"

env:
PIP_ONLY_BINARY: "scipy"

jobs:
pre_job:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
FORCE_COLOR: 3
PIP_ONLY_BINARY: "scipy"

concurrency:
# github.workflow: name of the workflow, so that we don't cancel other workflows
Expand Down

0 comments on commit d31fd33

Please sign in to comment.