Skip to content

Commit 9711f79

Browse files
committed
Use --numpy 2.0
1 parent 36a187e commit 9711f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package-cf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build conda package
4545
run: |
4646
CHANNELS="-c conda-forge --override-channels"
47-
VERSIONS="--python ${{ matrix.python }} --numpy 2"
47+
VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
4848
TEST="--no-test"
4949
5050
conda build \
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install conda-build
9090
run: conda install conda-build
9191
- name: Build conda package
92-
run: conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe-cf
92+
run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe-cf
9393
- name: Upload artifact
9494
uses: actions/upload-artifact@v4
9595
with:

0 commit comments

Comments
 (0)