Skip to content

Commit 41cb27a

Browse files
authored
Explicitly install anaconda-client from conda-forge (#1156)
1 parent 14dc6c5 commit 41cb27a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
channel-priority: strict
4545
- name: Install dependencies
4646
run: |
47-
mamba install boa conda-verify
47+
mamba install -c conda-forge boa conda-verify
4848
4949
which python
5050
pip list
@@ -66,6 +66,6 @@ jobs:
6666
LABEL: ${{ github.ref == 'refs/heads/datafusion-sql-planner' && 'dev_datafusion' || 'dev' }}
6767
run: |
6868
# install anaconda for upload
69-
mamba install anaconda-client
69+
mamba install -c conda-forge anaconda-client
7070
7171
anaconda upload --label $LABEL linux-64/*.tar.bz2

0 commit comments

Comments
 (0)