We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dc6c5 commit 41cb27aCopy full SHA for 41cb27a
.github/workflows/conda.yml
@@ -44,7 +44,7 @@ jobs:
44
channel-priority: strict
45
- name: Install dependencies
46
run: |
47
- mamba install boa conda-verify
+ mamba install -c conda-forge boa conda-verify
48
49
which python
50
pip list
@@ -66,6 +66,6 @@ jobs:
66
LABEL: ${{ github.ref == 'refs/heads/datafusion-sql-planner' && 'dev_datafusion' || 'dev' }}
67
68
# install anaconda for upload
69
- mamba install anaconda-client
+ mamba install -c conda-forge anaconda-client
70
71
anaconda upload --label $LABEL linux-64/*.tar.bz2
0 commit comments