Skip to content

Update pytket-braket requirement from <0.36.0,>=0.30.0 to >=0.30.0,<0.37.0 #523

Update pytket-braket requirement from <0.36.0,>=0.30.0 to >=0.30.0,<0.37.0

Update pytket-braket requirement from <0.36.0,>=0.30.0 to >=0.30.0,<0.37.0 #523

Workflow file for this run

name: Formatting check
on:
pull_request:
branches: ['main']
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install -U pip setuptools ipython
python -m pip install tox
- name: Check isort, pylint, black, headers
run: |
tox -e format-check