Skip to content

Commit 47de26d

Browse files
committed
show conda info on WIndows
1 parent 451be2d commit 47de26d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ jobs:
132132
echo "CONDA_BLD=$CONDA/conda-bld/win-64/" | tr "\\\\" '/' >> $GITHUB_ENV
133133
echo "WHEELS_OUTPUT_FOLDER=$GITHUB_WORKSPACE${{ runner.os == 'Linux' && '/' || '\\' }}" >> $GITHUB_ENV
134134
135+
- name: Show Conda info
136+
run: |
137+
conda info
138+
conda list -n base
139+
135140
- name: Build conda package
136141
env:
137142
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides

0 commit comments

Comments
 (0)