Skip to content

Commit

Permalink
Fix conditional before installing sundials from Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
tlestang committed Apr 22, 2021
1 parent 61589d9 commit 658ee57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: git clone --depth 1 --branch v2.6.2 https://github.com/pybind/pybind11.git

- name: Install sundials on macOS
if: matrix.os == 'macOS-10.15'
if: matrix.os == 'macos-latest'
run: |
brew update
brew install sundials
Expand Down

0 comments on commit 658ee57

Please sign in to comment.