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 de85257 commit a7f255c
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,9 +51,9 @@ jobs:
- name: Installing abinit from conda-forge
run: |
micromamba run -n abipy install abinit -c conda-forge
abinit --version
abinit --build
micromamba run -n abipy install abinit -c conda-forge
micromamba run -n abipy abinit --version
micromamba run -n abipy abinit --build
- name: pytest split ${{ matrix.split }}
run: |
Expand Down

0 comments on commit a7f255c

Please sign in to comment.