Update conda to fix errors in CI #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build_publish_anaconda | ||
on: | ||
push: | ||
branches: | ||
- '**' | ||
tags: | ||
- 'v*' | ||
pull_request: | ||
branches: | ||
- '**' | ||
jobs: | ||
build: | ||
uses: openalea/github-action-conda-build/.github/workflows/conda-package-build.yml@main | ||
with: | ||
conda: mamba | ||
Check failure on line 17 in .github/workflows/conda-package-build.yml GitHub Actions / build_publish_anacondaInvalid workflow file
|
||
secrets: | ||
anaconda_token: ${{ secrets.ANACONDA_TOKEN }} |