Skip to content

Commit 5860d84

Browse files
committed
Add info about conda environment in pipeline
1 parent 211399b commit 5860d84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/code-structure-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ jobs:
9797
auto-activate-base: false
9898
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
9999

100+
- name: Conda environment info
101+
shell: bash -el {0}
102+
run: conda info
103+
100104
- name: Setup temp directory if missing
101105
run: mkdir -p ./temp
102106

0 commit comments

Comments
 (0)