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.
1 parent 697177a commit 95cb364Copy full SHA for 95cb364
.github/workflows/conda-package-cf.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Build conda package with NumPy 2.0
43
run: |
44
CHANNELS="-c conda-forge --override-channels"
45
- VERSIONS="--python ${{ matrix.python }} --numpy 2.3"
+ VERSIONS="--python ${{ matrix.python }} --numpy 2.*"
46
TEST="--no-test"
47
48
conda build \
@@ -157,7 +157,7 @@ jobs:
157
158
159
conda activate
160
- conda build --no-test --python ${{ matrix.python }} --numpy 2.3 -c conda-forge --override-channels conda-recipe-cf
+ conda build --no-test --python ${{ matrix.python }} --numpy 2.* -c conda-forge --override-channels conda-recipe-cf
161
162
- name: Store conda paths as envs
163
shell: bash -l {0}
0 commit comments