Skip to content

Commit a4dd533

Browse files
committed
debug: revert to conda build
1 parent 36ab9da commit a4dd533

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
CHANNELS="-c conda-forge --override-channels"
8080
VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
8181
TEST="--no-test"
82-
conda-build \
82+
conda build \
8383
$TEST \
8484
$VERSIONS \
8585
$CHANNELS \
@@ -160,7 +160,7 @@ jobs:
160160
env:
161161
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
162162
run: |
163-
conda-build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
163+
conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
164164
165165
- name: Upload artifact
166166
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1

0 commit comments

Comments
 (0)