Skip to content

Commit af3c2d5

Browse files
committed
Build with numpy >=2.0
1 parent 70b395d commit af3c2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
8080

8181
- name: Build conda package
82-
run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.CHANNELS }} conda-recipe
82+
run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.CHANNELS }} conda-recipe
8383
env:
8484
MAX_BUILD_CMPL_MKL_VERSION: '2025.1a0'
8585

0 commit comments

Comments
 (0)