Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Sep 28, 2024
1 parent 65599a3 commit 8d49096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/envs/${{ matrix.env }}.yml
mamba-binary-path: ${{ runner.temp }}\Scripts\micromamba.exe
micromamba-binary-path: ${{ runner.temp }}\Scripts\micromamba.exe
create-args: >-
python=${{ matrix.python }}
${{ matrix.extra }}
Expand Down

0 comments on commit 8d49096

Please sign in to comment.