Skip to content

Commit 95cb364

Browse files
author
Vahid Tavanashad
committed
update numpy version
1 parent 697177a commit 95cb364

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
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build conda package with NumPy 2.0
4343
run: |
4444
CHANNELS="-c conda-forge --override-channels"
45-
VERSIONS="--python ${{ matrix.python }} --numpy 2.3"
45+
VERSIONS="--python ${{ matrix.python }} --numpy 2.*"
4646
TEST="--no-test"
4747
4848
conda build \
@@ -157,7 +157,7 @@ jobs:
157157
- name: Build conda package with NumPy 2.0
158158
run: |
159159
conda activate
160-
conda build --no-test --python ${{ matrix.python }} --numpy 2.3 -c conda-forge --override-channels conda-recipe-cf
160+
conda build --no-test --python ${{ matrix.python }} --numpy 2.* -c conda-forge --override-channels conda-recipe-cf
161161
162162
- name: Store conda paths as envs
163163
shell: bash -l {0}

0 commit comments

Comments
 (0)