Skip to content

Commit

Permalink
ci: add listing of pip modules as a test. force the usage of the micr…
Browse files Browse the repository at this point in the history
…omamba shell in GH actions
  • Loading branch information
florianzwagemaker committed May 6, 2024
1 parent 66ec41c commit b5fed9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,16 @@ jobs:
run: |
python containers/convert_artifact_containers_for_apptainer.py
- name: list installed modules
run: |
pip list
mamba list
shell: micromamba-shell {0}

- name: download existing containers
run: |
python containers/pull_published_containers.py
shell: micromamba-shell {0}

- name: list directory contents
run: |
Expand Down

0 comments on commit b5fed9f

Please sign in to comment.