We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fc143 commit fa6ca2dCopy full SHA for fa6ca2d
1 file changed
.github/workflows/conda-package.yml
@@ -434,7 +434,7 @@ jobs:
434
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
435
436
- name: Install anaconda-client
437
- run: conda install anaconda-client -c conda-forge --override-channels
+ run: conda install anaconda-client"<1.13.0" -c conda-forge --override-channels
438
- name: Add conda to system path
439
run: echo $CONDA/bin >> $GITHUB_PATH
440
- name: Package version
0 commit comments