Skip to content

Commit

Permalink
formatter test
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Jun 11, 2024
1 parent cd9917b commit c579cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/black-formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10' # Specify the version of Python you need
python-version: '3.11' # Specify the version of Python you need

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
pip install "black[jupyter]"
- name: Run Black
run: black --check .

0 comments on commit c579cff

Please sign in to comment.