Skip to content

Update unit_test.yml #7

Update unit_test.yml

Update unit_test.yml #7

Workflow file for this run

name: Tests

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

View workflow run for this annotation

GitHub Actions / .github/workflows/unit_test.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: env
on:
workflow_dispatch:
push:
merge_group:
pull_request:
types: [labeled]
jobs:
env:
IBMQ_TOKEN: ${{ secrets.IBMQ_TOKEN }}
QIBO_CLIENT_TII_TOKEN: ${{ secrets.QIBO_CLIENT_TII_TOKEN }}
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@main
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
poetry-extras: "--with dev"
secrets: inherit