Skip to content

ci: Remove unused workflow input #242

ci: Remove unused workflow input

ci: Remove unused workflow input #242

Workflow file for this run

# A single CI script with github workflow
name: Tests
env:
CUDA_PATH:
on:
push:
pull_request:
types: [labeled]
jobs:
build:
if: ${{ contains(github.event.pull_request.labels.*.name, 'run-workflow') || github.event_name == 'push' }} && env.CUDA_PATH != ''
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.9, "3.10"]
uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@main
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
pip-extras: "analysis,tests"

Check failure on line 23 in .github/workflows/rules.yml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/rules.yml (Line: 23, Col: 19): Invalid input, pip-extras is not defined in the referenced workflow.
secrets: inherit