Skip to content

Commit

Permalink
mamba print info
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Nov 17, 2024
1 parent f4523b0 commit b475ab8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,12 @@ jobs:
run: |
python -m pip install -e .[test]
# Print out the package info for current environment
- name: print package info
shell: bash -l {0}
shell: bash -el {0}
run: |
conda info -a
conda list
micromamba info
micromamba list
- name: download test data
shell: bash -l {0}
Expand Down

0 comments on commit b475ab8

Please sign in to comment.