File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
- name : Build conda package
57
57
run : |
58
58
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 }}"
60
60
TEST="--no-test"
61
61
62
62
conda build \
@@ -197,7 +197,7 @@ jobs:
197
197
- name : Build conda package
198
198
run : |
199
199
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
201
201
202
202
- name : Store conda paths as envs
203
203
shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments