Skip to content

Commit

Permalink
Install extra packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Oct 27, 2024
1 parent c3e87d7 commit f670135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ jobs:
conda install abinit -c conda-forge --yes
mpirun -n 1 abinit --version
mpirun -n 1 abinit --build
pip install -r requirements.txt
pip install -r requirements-optional.txt
pip install -r requirements-panel.txt
pip install --editable .
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
# FIXME TEMPORARY HACK
#pip install git+https://github.com/gmatteo/pymatgen.git@master -U
- name: pytest
run: |
Expand Down
2 changes: 0 additions & 2 deletions pip_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ pip install -r requirements-optional.txt
pip install -r requirements-panel.txt
pip install -r requirements-tests.txt
python setup.py develop
# This to bypass a breaking API change in the buildbot testfarm
#pip install pymatgen==v2024.2.8 -U

0 comments on commit f670135

Please sign in to comment.