Skip to content

Commit

Permalink
Cosmetic changes in qha_aproximation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Dec 12, 2024
1 parent 8aedb34 commit b3ab4a0
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 323 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
cp abipy/data/managers/gh_scheduler.yml $HOME/.abinit/abipy/scheduler.yml
# TEMPORARY HACK THAT MIGHT BE NEEDED IF THE PYMATGEN GUYS BREAK STUFF
pip install git+https://github.com/gmatteo/pymatgen.git@master -U
#pip install git+https://github.com/gmatteo/pymatgen.git@master -U
- name: Build docs with Sphinx
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
mkdir -p $HOME/.abinit/abipy/
cp abipy/data/managers/gh_manager.yml $HOME/.abinit/abipy/manager.yml
cp abipy/data/managers/gh_scheduler.yml $HOME/.abinit/abipy/scheduler.yml
# TEMPORARY HACK THAT MIGHT BE NEEDED IF THE PYMATGEN GUYS BREAK STUFF
pip install git+https://github.com/gmatteo/pymatgen.git@master -U
#pip install git+https://github.com/gmatteo/pymatgen.git@master -U
- name: pytest
run: |
Expand Down
Loading

0 comments on commit b3ab4a0

Please sign in to comment.