Skip to content

Melf/update ci 2025 #10

Melf/update ci 2025

Melf/update ci 2025 #10

Workflow file for this run

name: Static and unit tests
on:
pull_request:
branches:
- main
push:
branches:
- main
- "wheel/**"
- "runci/**"
release:
types:
- created
- edited
schedule:
# 04:00 every Tuesday morning
- cron: "0 4 * * 2"
jobs:
static-checks:
name: Static tests
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
pyver: ["3.12"]
uses: Quantinuum/pytket-workflows/.github/workflows/[email protected]
with:
os: ${{ matrix.os }}
pyver: ${{ matrix.pyver }}
unit-tests:
name: Unit tests
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
pyver: ["3.10", "3.13"]
uses: Quantinuum/pytket-workflows/.github/workflows/[email protected]
with:
os: ${{ matrix.os }}
pyver: ${{ matrix.pyver }}