Skip to content

Make TQ Compatible with Qiskit ≥1.0.0 #324

Make TQ Compatible with Qiskit ≥1.0.0

Make TQ Compatible with Qiskit ≥1.0.0 #324

Workflow file for this run

name: Pull Request
on: [pull_request]
env:
PYTHON_VERSION: "3.8"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: pre-commit/action@v2.0.3