Skip to content

Merge pull request #26 from ColibrITD-SAS/feat-capture-braket-hardprint #22

Merge pull request #26 from ColibrITD-SAS/feat-capture-braket-hardprint

Merge pull request #26 from ColibrITD-SAS/feat-capture-braket-hardprint #22

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