Skip to content

Commit

Permalink
Try using cached setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Oct 14, 2023
1 parent 7018c19 commit 5e8d33e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ jobs:

- name: Install PyBaMM dependencies
run: |
pip install --upgrade pip wheel setuptools nox
pip install --upgrade pip wheel nox
pip install setuptools
pip install -e .[all,docs]
- name: Test pybamm_install_odes on MacOS
Expand Down

0 comments on commit 5e8d33e

Please sign in to comment.