Skip to content

Commit

Permalink
phonopy build fails with --no-build-isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Jul 22, 2024
1 parent 73ae06f commit 5a44cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a44cba

Please sign in to comment.