Skip to content

Commit

Permalink
change phonopy installation
Browse files Browse the repository at this point in the history
  • Loading branch information
gelzinyte committed Jul 22, 2024
1 parent a3d80b8 commit 54cae5d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,12 @@ jobs:
git clone https://github.com/phonopy/phonopy
cd phonopy
python3 setup.py build
python3 -m pip install .
python3 -m pip install -e .
cd ..
git clone https://github.com/phonopy/phono3py
cd phono3py
python3 setup.py build
python3 setup.py install
python3 -m pip install -e .
cd ..
- name: Install Quippy from PyPI
Expand Down

0 comments on commit 54cae5d

Please sign in to comment.