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 db5d8cf commit fcfd452Copy full SHA for fcfd452
.github/workflows/workflow.yml
@@ -94,5 +94,5 @@ jobs:
94
run: |
95
wget https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh -O miniconda.sh
96
bash miniconda.sh -b -p ./miniconda
97
- miniconda/conda config --set anaconda_upload yes
98
- miniconda/conda build .conda --token ${{ secrets.CONDA_TOKEN }} --strict-verify
+ miniconda/bin/conda config --set anaconda_upload yes
+ miniconda/bin/conda build .conda --token ${{ secrets.CONDA_TOKEN }} --strict-verify
0 commit comments