Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
skearnes committed Jul 28, 2024
1 parent cf9559d commit 94ab579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install wheel
python -m pip install .[tests]
python -m pip install .[examples,tests]
- name: Run black
run: |
black --check .
Expand Down

0 comments on commit 94ab579

Please sign in to comment.