Skip to content

Commit fa6ca2d

Browse files
committed
downgrade anaconda-client
1 parent 42fc143 commit fa6ca2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
435435

436436
- name: Install anaconda-client
437-
run: conda install anaconda-client -c conda-forge --override-channels
437+
run: conda install anaconda-client"<1.13.0" -c conda-forge --override-channels
438438
- name: Add conda to system path
439439
run: echo $CONDA/bin >> $GITHUB_PATH
440440
- name: Package version

0 commit comments

Comments
 (0)