Skip to content

Commit bb06469

Browse files
committed
tmp changes
1 parent 6cf4bce commit bb06469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build conda package
5757
run: |
5858
CHANNELS="-c https://software.repos.intel.com/python/conda -c conda-forge --override-channels"
59-
VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
59+
VERSIONS="--python ${{ matrix.python }}"
6060
TEST="--no-test"
6161
6262
conda build \
@@ -197,7 +197,7 @@ jobs:
197197
- name: Build conda package
198198
run: |
199199
conda activate
200-
conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
200+
conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
201201
202202
- name: Store conda paths as envs
203203
shell: bash -l {0}

0 commit comments

Comments
 (0)