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 be1a281 commit 6e44dd0Copy full SHA for 6e44dd0
.github/workflows/build_conda.yml
@@ -30,7 +30,7 @@ jobs:
30
conda config --show channels
31
32
# install conda-build and conda-verify
33
- conda install conda-forge::conda-build conda-forge::conda-verify
+ conda install conda-build conda-verify
34
35
# conda build
36
conda build --no-anaconda-upload .
0 commit comments