Skip to content

Commit

Permalink
update phonopy for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gelzinyte committed Jul 22, 2024
1 parent 54cae5d commit d2aaee7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,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
phono3py -m pip install -e .
cd ..
- name: Install Quippy from PyPI
Expand Down

0 comments on commit d2aaee7

Please sign in to comment.