Skip to content

Commit 38967ac

Browse files
committed
CI: Check micromamba version
Output the `micromamba` version used in the CI workflow so we can debug any errors in the CI workflow with the same version locally.
1 parent 26c2464 commit 38967ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: |
5353
curl -fsSL --proto 'https=' https://micro.mamba.pm/install.sh | bash
5454
echo ~/.local/bin >> "$GITHUB_PATH"
55+
- run: micromamba --version
5556

5657
- uses: actions/checkout@v4
5758

0 commit comments

Comments
 (0)