From 1e480eec59f5d34b7dbe540ef1a4aaf971429165 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Thu, 31 Aug 2023 21:15:49 +0530 Subject: [PATCH] Revert "#3049 Temporarily use `--no-build-isolation` in CI" This reverts commit bfafc753db11160f010b59998dfa8429a79ceaf6. --- .github/workflows/test_on_push.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_on_push.yml b/.github/workflows/test_on_push.yml index 67bac67be7..ee633bd5dc 100644 --- a/.github/workflows/test_on_push.yml +++ b/.github/workflows/test_on_push.yml @@ -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] --no-build-isolation + pip install -e .[all,docs] - name: Cache pybamm-requires nox environment for GNU/Linux uses: actions/cache@v3 @@ -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] --no-build-isolation + pip install -e .[all,docs] - name: Cache pybamm-requires nox environment for GNU/Linux uses: actions/cache@v3 @@ -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] --no-build-isolation + pip install -e .[all,docs] - name: Cache pybamm-requires nox environment for GNU/Linux uses: actions/cache@v3 @@ -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] --no-build-isolation + pip install -e .[all,docs] - name: Cache pybamm-requires nox environment for GNU/Linux uses: actions/cache@v3 @@ -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] --no-build-isolation + pip install -e .[all,docs] - name: Cache pybamm-requires nox environment for GNU/Linux uses: actions/cache@v3