Skip to content

Merge pull request #29 from ColibrITD-SAS/fix-braket-noncontiguous-qu… #27

Merge pull request #29 from ColibrITD-SAS/fix-braket-noncontiguous-qu…

Merge pull request #29 from ColibrITD-SAS/fix-braket-noncontiguous-qu… #27

Workflow file for this run

name: Tests
on:
push:
branches:
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Dependencies
run: |
pip install -r requirements-dev.txt
- name: Test
run: python -m pytest