Skip to content

Run release tests from PyPI and Conda-forge #112

Run release tests from PyPI and Conda-forge

Run release tests from PyPI and Conda-forge #112

Workflow file for this run

name: Run release tests from PyPI and Conda-forge
on:
workflow_dispatch:
inputs:
version:
description: 'The Euphonic release version to test e.g. 0.6.1'
required: true
type: string
jobs:
pypi:
uses: ./.github/workflows/test_release_pypi.yml

Check failure on line 13 in .github/workflows/test_release.yml

View workflow run for this annotation

GitHub Actions / Run release tests from PyPI and Conda-forge

Invalid workflow file

The workflow is not valid. In .github/workflows/test_release.yml (Line: 13, Col: 11): Error from called workflow pace-neutrons/Euphonic/.github/workflows/test_release_pypi.yml@d43daedf0181bdfc7d3cc17804f06ef0e0abbc3d (Line: 6, Col: 9): Required property is missing: type
with:
version: ${{ inputs.version }}
conda-forge:
uses: ./.github/workflows/test_release_conda.yml
with:
version: ${{ inputs.version }}