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 9e9d82e commit a4b7422
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
abinit --version
abinit --build
pip install . # --editable
cp -r abipy/data/managers/travis_manager.yml $HOME/.abinit/abipy/manager.yml
cp -r abipy/data/managers/simple_scheduler.yml $HOME/.abinit/abipy/scheduler.yml
cp -rf abipy/data/managers/travis_manager.yml $HOME/.abinit/abipy/manager.yml
cp -rf abipy/data/managers/simple_scheduler.yml $HOME/.abinit/abipy/scheduler.yml
- name: pytest split ${{ matrix.split }}
run: |
conda activate abipy
abicheck.py --with-flow
pytest --splits 10 --group ${{ matrix.split }} # --durations-path tests/files/.pytest-split-durations tests

0 comments on commit a4b7422

Please sign in to comment.