Skip to content

Update conda-package-build.yml #79

Update conda-package-build.yml

Update conda-package-build.yml #79

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:
os: macos-13

Check failure on line 17 in .github/workflows/conda-package-build.yml

View workflow run for this annotation

GitHub Actions / build_publish_anaconda

Invalid workflow file

The workflow is not valid. .github/workflows/conda-package-build.yml (Line: 17, Col: 11): Invalid input, os is not defined in the referenced workflow.
secrets:
anaconda_token: ${{ secrets.ANACONDA_TOKEN }}