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.
--numpy 2.0
1 parent 36a187e commit 9711f79Copy full SHA for 9711f79
.github/workflows/conda-package-cf.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build conda package
45
run: |
46
CHANNELS="-c conda-forge --override-channels"
47
- VERSIONS="--python ${{ matrix.python }} --numpy 2"
+ VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
48
TEST="--no-test"
49
50
conda build \
@@ -89,7 +89,7 @@ jobs:
89
- name: Install conda-build
90
run: conda install conda-build
91
92
- run: conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe-cf
+ run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe-cf
93
- name: Upload artifact
94
uses: actions/upload-artifact@v4
95
with:
0 commit comments