diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 431607fa9..6d293c2a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |