Skip to content

Commit

Permalink
Test odes before unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed May 31, 2023
1 parent ea088bb commit 842ef83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_periodic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: tox -e pybamm-requires

- name: Install scikits.odes and test pybamm_install_odes
if: matrix.os == 'ubuntu-latest'
run: tox -e odes

- name: Run unit tests for GNU/Linux with Python 3.8, 3.10, and 3.11
if: matrix.os == 'ubuntu-latest' && matrix.python-version != 3.9
run: python -m tox -e unit
Expand Down

0 comments on commit 842ef83

Please sign in to comment.