We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bd8e8 commit 6af6b7cCopy full SHA for 6af6b7c
1 file changed
.github/workflows/conda-build.yml
@@ -28,6 +28,7 @@ jobs:
28
run: |
29
conda config --add channels bioconda
30
conda config --add channels conda-forge
31
+ conda config --append channels pwwang
32
conda install conda-build conda-verify
33
conda build .
34
# This step installs conda-build and then uses it to build your Conda package.
0 commit comments