Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Sep 29, 2023
1 parent b4bfb11 commit 0fbf652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git checkout ${{ github.ref_name }}
- name: Set-up (${{ matrix.packaging }})
run: ${{ matrix.python }} .ci/build/${{ matrix.packaging }}.py micromamba
run: ${{ matrix.python }} .ci/build/${{ matrix.packaging }}.py ${{ env.MAMBA_EXE }}
if: ${{ matrix.packaging == 'conda' }}

- name: Set-up (${{ matrix.packaging }})
Expand Down

0 comments on commit 0fbf652

Please sign in to comment.