From 5a44cba501cc57181407fa5a45e05b8b0e871a5f Mon Sep 17 00:00:00 2001 From: Noam Bernstein Date: Mon, 22 Jul 2024 14:34:03 -0400 Subject: [PATCH] phonopy build fails with --no-build-isolation --- .github/workflows/pytests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index 35628f7f..eba1d271 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -83,13 +83,13 @@ jobs: git clone https://github.com/phonopy/phonopy cd phonopy - echo python3 -m pip install --no-build-isolation -c $PIP_CONSTRAINTS -e . -vvv + echo python3 -m pip install -c $PIP_CONSTRAINTS -e . -vvv python3 -m pip install -c $PIP_CONSTRAINTS -e . -vvv cd .. git clone https://github.com/phonopy/phono3py cd phono3py - python3 -m pip install --no-build-isolation -c $PIP_CONSTRAINTS -e . -vvv + python3 -m pip install -c $PIP_CONSTRAINTS -e . -vvv cd .. - name: Install Quippy from PyPI