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 6271682 commit 24dfea8Copy full SHA for 24dfea8
.github/workflows/conda-package.yml
@@ -91,7 +91,7 @@ jobs:
91
miniforge-variant: Miniforge3
92
miniforge-version: latest
93
activate-environment: build
94
- channels: conda-forge
+ channels: conda-forge,nodefaults
95
python-version: ${{ matrix.python }}
96
97
- name: Install conda build
@@ -800,7 +800,7 @@ jobs:
800
with:
801
run-post: false
802
channel-priority: "disabled"
803
804
python-version: '3.11'
805
806
- name: Install anaconda-client
0 commit comments