Skip to content

Commit 9862de1

Browse files
committed
specify --numpy 2.0
1 parent feb5789 commit 9862de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Build conda package
5454
run: |
5555
CHANNELS="-c https://software.repos.intel.com/python/conda -c conda-forge --override-channels"
56-
VERSIONS="--python ${{ matrix.python }}"
56+
VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
5757
TEST="--no-test"
5858
echo "CONDA_BLD=${CONDA}/conda-bld/linux-64" >> $GITHUB_ENV
5959

0 commit comments

Comments
 (0)