Skip to content

Update unit_test.yml #9

Update unit_test.yml

Update unit_test.yml #9

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
merge_group:
pull_request:
types: [labeled]
jobs:
build:
if: contains(github.event.pull_request.labels.*.name, 'run-workflow') || github.event_name == 'push'
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.9, '3.10', '3.11']
uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@cloud

Check failure on line 17 in .github/workflows/unit_test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/unit_test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/unit_test.yml" -> "qiboteam/workflows/.github/workflows/rules-poetry.yml@cloud" (source branch with sha:4481be0ebfec53173194b1e96fa0d2a23c818844) : You have an error in your yaml syntax on line 37
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
poetry-extras: "--with dev"
secrets: inherit