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 feb5789 commit 9862de1Copy full SHA for 9862de1
.github/workflows/conda-package.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Build conda package
54
run: |
55
CHANNELS="-c https://software.repos.intel.com/python/conda -c conda-forge --override-channels"
56
- VERSIONS="--python ${{ matrix.python }}"
+ VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
57
TEST="--no-test"
58
echo "CONDA_BLD=${CONDA}/conda-bld/linux-64" >> $GITHUB_ENV
59
0 commit comments