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 75
75
echo "WHEELS_OUTPUT_FOLDER=$GITHUB_WORKSPACE${{ runner.os == 'Linux' && '/' || '\\' }}" >> $GITHUB_ENV
76
76
77
77
- name : Install conda-build
78
- run : mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
78
+ run : mamba install conda-build"< =${{ env.CONDA_BUILD_VERSION}}"
79
79
80
80
- name : Build conda package
81
81
run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.CHANNELS }} conda-recipe
@@ -140,7 +140,7 @@ jobs:
140
140
activate-environment : ${{ env.TEST_ENV_NAME }}
141
141
142
142
- name : Install conda-index
143
- run : mamba install conda-index=${{ env.CONDA_INDEX_VERSION }}
143
+ run : mamba install conda-index"< =${{ env.CONDA_INDEX_VERSION }}"
144
144
145
145
- name : Create conda channel
146
146
run : |
You can’t perform that action at this time.
0 commit comments