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 fd870af commit 300e54cCopy full SHA for 300e54c
.github/workflows/build-upload-conda-base.yml
@@ -124,7 +124,7 @@ jobs:
124
show-channel-urls: true
125
- name: Build and upload numba
126
run: |
127
- conda install -y -c conda-forge conda-build conda-verify anaconda-client;
+ conda install -q -y -c conda-forge conda-build conda-verify anaconda-client;
128
conda config --set anaconda_upload yes;
129
conda build --user python-for-hpc --label ${{ inputs.label }} \
130
-c python-for-hpc -c conda-forge \
0 commit comments