Skip to content

Commit

Permalink
Test before unit tests in mac
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Oct 7, 2023
1 parent d9743ec commit 7c7420a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ jobs:
pip install --upgrade pip wheel setuptools nox
pip install -e .[all,docs]
- name: Test pybamm_install_odes on MacOS (for only this PR)
if: matrix.os == 'macos-latest'
run: pybamm_install_odes

- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -155,10 +159,6 @@ jobs:
pip install --upgrade pip wheel setuptools nox
pip install -e .[all,docs]
- name: Test pybamm_install_odes on MacOS (for only this PR)
if: matrix.os == 'macos-latest'
run: pybamm_install_odes

- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 7c7420a

Please sign in to comment.