Skip to content

Commit

Permalink
more verbose phonopy installation
Browse files Browse the repository at this point in the history
  • Loading branch information
gelzinyte committed Jul 22, 2024
1 parent 02dda9b commit c280957
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 @@ -75,12 +75,12 @@ jobs:
git clone https://github.com/phonopy/phonopy
cd phonopy
python3 -m pip install -e .
python3 -m pip install -e . -vvv
cd ..
git clone https://github.com/phonopy/phono3py
cd phono3py
python3 -m pip install -e .
python3 -m pip install -e . -vvv
cd ..
- name: Install Quippy from PyPI
Expand Down

0 comments on commit c280957

Please sign in to comment.