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 7575 echo "WHEELS_OUTPUT_FOLDER=$GITHUB_WORKSPACE${{ runner.os == 'Linux' && '/' || '\\' }}" >> $GITHUB_ENV
7676
7777 - name : Install conda-build
78- run : mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
78+ run : mamba install conda-build"< =${{ env.CONDA_BUILD_VERSION}}"
7979
8080 - name : Build conda package
8181 run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.CHANNELS }} conda-recipe
@@ -140,7 +140,7 @@ jobs:
140140 activate-environment : ${{ env.TEST_ENV_NAME }}
141141
142142 - name : Install conda-index
143- run : mamba install conda-index=${{ env.CONDA_INDEX_VERSION }}
143+ run : mamba install conda-index"< =${{ env.CONDA_INDEX_VERSION }}"
144144
145145 - name : Create conda channel
146146 run : |
You can’t perform that action at this time.
0 commit comments