Skip to content

Commit b8ff698

Browse files
author
Vahid Tavanashad
committed
another update
1 parent 4fb2f9b commit b8ff698

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.2"
45+
VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
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.2 -c conda-forge --override-channels conda-recipe-cf
160+
conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -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)