We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
conda build
1 parent 36ab9da commit a4dd533Copy full SHA for a4dd533
1 file changed
.github/workflows/conda-package.yml
@@ -79,7 +79,7 @@ jobs:
79
CHANNELS="-c conda-forge --override-channels"
80
VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
81
TEST="--no-test"
82
- conda-build \
+ conda build \
83
$TEST \
84
$VERSIONS \
85
$CHANNELS \
@@ -160,7 +160,7 @@ jobs:
160
env:
161
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
162
run: |
163
- conda-build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
+ conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
164
165
- name: Upload artifact
166
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
0 commit comments