Skip to content

Commit

Permalink
#3049 Temporarily use --no-build-isolation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Aug 30, 2023
1 parent 3bec0ba commit bfafc75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
pip install --upgrade pip wheel setuptools nox
# For some reason casadi needs to be installed first
pip install casadi
pip install -e .[all,docs]
pip install -e .[all,docs] --no-build-isolation
- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
pip install --upgrade pip wheel setuptools nox
# For some reason casadi needs to be installed first
pip install casadi
pip install -e .[all,docs]
pip install -e .[all,docs] --no-build-isolation
- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
pip install --upgrade pip wheel setuptools nox
# For some reason casadi needs to be installed first
pip install casadi
pip install -e .[all,docs]
pip install -e .[all,docs] --no-build-isolation
- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
pip install --upgrade pip wheel setuptools nox
# For some reason casadi needs to be installed first
pip install casadi
pip install -e .[all,docs]
pip install -e .[all,docs] --no-build-isolation
- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
pip install --upgrade pip wheel setuptools nox
# For some reason casadi needs to be installed first
pip install casadi
pip install -e .[all,docs]
pip install -e .[all,docs] --no-build-isolation
- name: Cache pybamm-requires nox environment for GNU/Linux
uses: actions/cache@v3
Expand Down

0 comments on commit bfafc75

Please sign in to comment.