Skip to content

use of SETUPTOOLS_SCM_PRETEND_VERSION in conda.yaml, gh action accord… #35

use of SETUPTOOLS_SCM_PRETEND_VERSION in conda.yaml, gh action accord…

use of SETUPTOOLS_SCM_PRETEND_VERSION in conda.yaml, gh action accord… #35

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
secrets:
anaconda_token: ${{ secrets.ANACONDA_TOKEN }}
with:
python-minor-version: [ 10 ]

Check failure on line 19 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: 19, Col: 29): A sequence was not expected
label: latest