Skip to content

Commit

Permalink
pybamm-team#3049 Temporarily install casadi before installing editable
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Aug 30, 2023
1 parent 8768ed7 commit 66e9302
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
- name: Install PyBaMM dependencies
run: |
pip install --upgrade pip wheel setuptools nox
# For some reason casadi needs to be installed first
pip install casadi
pip install -e .[all,docs]
- name: Cache pybamm-requires nox environment for GNU/Linux
Expand Down Expand Up @@ -150,6 +152,8 @@ jobs:
- name: Install PyBaMM dependencies
run: |
pip install --upgrade pip wheel setuptools nox
# For some reason casadi needs to be installed first
pip install casadi
pip install -e .[all,docs]
- name: Cache pybamm-requires nox environment for GNU/Linux
Expand Down Expand Up @@ -233,6 +237,8 @@ jobs:
- name: Install PyBaMM dependencies
run: |
pip install --upgrade pip wheel setuptools nox
# For some reason casadi needs to be installed first
pip install casadi
pip install -e .[all,docs]
- name: Cache pybamm-requires nox environment for GNU/Linux
Expand Down Expand Up @@ -293,6 +299,8 @@ jobs:
- name: Install PyBaMM dependencies
run: |
pip install --upgrade pip wheel setuptools nox
# For some reason casadi needs to be installed first
pip install casadi
pip install -e .[all,docs]
- name: Cache pybamm-requires nox environment for GNU/Linux
Expand Down Expand Up @@ -354,6 +362,8 @@ jobs:
- name: Install PyBaMM dependencies
run: |
pip install --upgrade pip wheel setuptools nox
# For some reason casadi needs to be installed first
pip install casadi
pip install -e .[all,docs]
- name: Cache pybamm-requires nox environment for GNU/Linux
Expand Down

0 comments on commit 66e9302

Please sign in to comment.