Skip to content

Commit

Permalink
conda-forge-ci: Add step that run mamba list and env
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jul 12, 2023
1 parent fa13576 commit 8670909
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
# Due to this https://github.com/conda-forge/icub-models-feedstock/issues/18
mamba remove icub-models
- name: Print used environment
shell: bash -l {0}
run: |
mamba list
env
- name: Configure [Linux&macOS]
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 8670909

Please sign in to comment.