Skip to content

Delete tests/lih.xyz #173

Delete tests/lih.xyz

Delete tests/lih.xyz #173

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.9]
uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@main
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
poetry-extras: --with docs,tests,analysis --all-extras
secrets: inherit