Skip to content

Refactor compiler infrastructure #30

Refactor compiler infrastructure

Refactor compiler infrastructure #30

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
name: OpenQuantumDesign/compiler_infrastructure
ref: refs/heads/release
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[test]
- name: Run unittest
run: |
bash tests/test.sh