Skip to content

Run release tests from PyPI and Conda-forge #114

Run release tests from PyPI and Conda-forge

Run release tests from PyPI and Conda-forge #114

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
with:
version: ${{ inputs.version }}
conda-forge:
uses: ./.github/workflows/test_release_conda.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test_release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test_release.yml" -> "./.github/workflows/test_release_conda.yml" (source branch with sha:c8516416844f8b814ab6770cfd87682f3dfcfe91) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
with:
version: ${{ inputs.version }}