Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Jul 21, 2024
1 parent e17bb5f commit a753758
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
conda create -n abipy python=${{ matrix.config.python }} --yes
conda activate abipy
conda install abinit -c conda-forge --yes
abinit --version
abinit --build
mpirun -n 1 abinit --version
mpirun -n 1 abinit --build
pip install .
mkdir -p $HOME/.abinit/abipy/
cp abipy/data/managers/travis_manager.yml $HOME/.abinit/abipy/manager.yml
Expand All @@ -62,5 +62,5 @@ jobs:
run: |
conda activate abipy
#abicheck.py --with-flow
pip install -r requirements-test.txt
pip install -r requirements-tests.txt
pytest --splits 10 --group ${{ matrix.split }} # --durations-path tests/files/.pytest-split-durations tests

0 comments on commit a753758

Please sign in to comment.