Skip to content

Commit 755c86a

Browse files
committed
debug: print conda info using python -m
1 parent c38fac1 commit 755c86a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,19 +136,19 @@ jobs:
136136
run: |
137137
conda info
138138
139-
- name: List Conda packages
140-
run: |
141-
conda list
142-
143139
- name: List base environment packages
144140
run: |
145141
conda list -n base
146142
143+
- name: Show conda info
144+
run: |
145+
python -m conda info --sys
146+
147147
- name: Build conda package
148148
env:
149149
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
150150
run: |
151-
conda-build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
151+
python -m conda-build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
152152
153153
- name: Upload artifact
154154
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1

0 commit comments

Comments
 (0)