Skip to content

Commit

Permalink
Print used environment in conda CI (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 24, 2023
1 parent 3860be5 commit c9aeb05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
echo "CC=${compiler_path}" >> $GITHUB_ENV
echo "CXX=${compiler_path}" >> $GITHUB_ENV
- name: Print used environment
shell: bash -l {0}
run: |
micromamba list
env
- name: Configure
shell: bash -l {0}
run: |
Expand Down

0 comments on commit c9aeb05

Please sign in to comment.