Skip to content

Commit

Permalink
Remove brew update from wheels and disable wheels on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Nov 20, 2023
1 parent 0aa469b commit 8e91218
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build and publish package to PyPI
on:
release:
types: [published]
pull_request:
schedule:
# Run at 10 am UTC on day-of-month 1 and 15.
- cron: "0 10 1,15 * *"
Expand Down Expand Up @@ -84,7 +83,6 @@ jobs:
- name: Install SuiteSparse and SUNDIALS on macOS
if: matrix.os == 'macos-latest'
run: |
brew update
brew install graphviz openblas libomp
brew reinstall gcc
python -m pip install cmake wget
Expand Down

0 comments on commit 8e91218

Please sign in to comment.