Skip to content

Fix Windows/Mac builds, for Catalyst #80

Fix Windows/Mac builds, for Catalyst

Fix Windows/Mac builds, for Catalyst #80

Workflow file for this run

name: Formatting check
on:
- pull_request
jobs:
black:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: pip install black
- uses: actions/checkout@v2
- name: Run Black
run: black -l 100 pennylane_qrack/ --check