Skip to content

Found issue in qsphere, need to heavily improve rendering in/organiza… #29

Found issue in qsphere, need to heavily improve rendering in/organiza…

Found issue in qsphere, need to heavily improve rendering in/organiza… #29

Workflow file for this run

# This pipeline runs unit tests on the QCpy test cases
# Using pytest
name: unit-tester
on: pull_request
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.11
- run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- run: |
pytest test