Skip to content

Commit 451be2d

Browse files
committed
use conda-build over conda build
1 parent b46de7d commit 451be2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
CHANNELS="-c conda-forge --override-channels"
6666
VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
6767
TEST="--no-test"
68-
conda build \
68+
conda-build \
6969
$TEST \
7070
$VERSIONS \
7171
$CHANNELS \
@@ -108,7 +108,7 @@ jobs:
108108
channels: conda-forge
109109
python-version: ${{ matrix.python }}
110110

111-
- name: Install conda build
111+
- name: Install conda-build
112112
run: |
113113
conda update -n base --all
114114
conda install -n base -y conda-build
@@ -136,7 +136,7 @@ jobs:
136136
env:
137137
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
138138
run: |
139-
conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
139+
conda-build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
140140
141141
- name: Upload artifact
142142
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1

0 commit comments

Comments
 (0)