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 d6b270f commit f0893d1Copy full SHA for f0893d1
.github/workflows/workflow.yml
@@ -95,4 +95,4 @@ jobs:
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/conda build .conda --token ${{ secrets.CONDA_TOKEN }} --strict-verify
0 commit comments