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 a15d42f commit b389c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
auto-update-conda: true

- name: Installing abinit from conda-forge
- name: Installing abinit from conda-forge and abipy with python=${{ matrix.config.python }}
run: |
conda create -n abipy python=${{ matrix.config.python }} --yes
conda activate abipy
Expand All @@ -61,5 +61,5 @@ jobs:
- name: pytest split ${{ matrix.split }}
run: |
conda activate abipy
abicheck.py --with-flow
#abicheck.py --with-flow
pytest --splits 10 --group ${{ matrix.split }} # --durations-path tests/files/.pytest-split-durations tests

0 comments on commit b389c4f

Please sign in to comment.