File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments