Skip to content

updated cmakelist so we don't fail to compile when we fail to update … #734

updated cmakelist so we don't fail to compile when we fail to update …

updated cmakelist so we don't fail to compile when we fail to update … #734

Workflow file for this run

name: Format Python
on: [push, pull_request]
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Check formatting
run: |
pip install click==8.0.4 black==21.6b0
black --check --diff ./