Skip to content

Commit

Permalink
debug: Show info about the pre-installed version of micromamba
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Oct 3, 2024
1 parent 31b2347 commit cc66fbc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/windows_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ jobs:
action: restore
path: build/
key_suffix: ${{ inputs.os }}-${{ inputs.build_type }}
# Show the version of the pre-installed micromamba as well as its location
- name: DEBUG -- Show information about the pre-installed version of micromamba
run: |
micromamba --version
micromamba info
# Show the location of the micromamba executable
where micromamba
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
with:
Expand Down

0 comments on commit cc66fbc

Please sign in to comment.