Skip to content

Commit

Permalink
Issue #50 pin black 23.3.0 in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Feb 19, 2024
1 parent 7ba26a3 commit 3072d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
- name: Install black
run: |
pip install black[jupyter]
pip install black[jupyter]==23.3.0
- name: Check code style with Black
run: |
black --check .

0 comments on commit 3072d4d

Please sign in to comment.