Skip to content

Commit

Permalink
Remove condition
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Oct 14, 2023
1 parent af43996 commit 7018c19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ jobs:
uses: actions/checkout@v4

- name: Install macOS system dependencies
if: matrix.os == 'macos-latest'
env:
# Homebrew environment variables
HOMEBREW_NO_INSTALL_CLEANUP: 1
Expand Down Expand Up @@ -218,7 +217,7 @@ jobs:
- name: Test pybamm_install_odes on MacOS
if: matrix.os == 'macos-latest'
run: |
pip install wget pathlib
pip install wget
pybamm_install_odes
run_integration_tests:
Expand Down

0 comments on commit 7018c19

Please sign in to comment.