Skip to content

Update unit_test.yml #6

Update unit_test.yml

Update unit_test.yml #6

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
merge_group:
pull_request:
types: [labeled]
jobs:
build:
env:
IBMQ_TOKEN: ${{ secrets.IBMQ_TOKEN }}
QIBO_CLIENT_TII_TOKEN: ${{ secrets.QIBO_CLIENT_TII_TOKEN }}
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@main

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

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/unit_test.yml (Line: 20, Col: 5): Unexpected value 'uses' .github/workflows/unit_test.yml (Line: 21, Col: 5): Unexpected value 'with'
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
poetry-extras: "--with dev"
secrets: inherit