Skip to content

Commit

Permalink
Install wget before odes
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Oct 7, 2023
1 parent 7c7420a commit 906683b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ jobs:
- name: Test pybamm_install_odes on MacOS (for only this PR)
if: matrix.os == 'macos-latest'
run: pybamm_install_odes
run: |
pip install wget
pybamm_install_odes
- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
Expand Down

0 comments on commit 906683b

Please sign in to comment.