Skip to content

Commit

Permalink
modified: .github/workflows/pytest-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Mar 19, 2024
1 parent 40021f3 commit 73c192f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: sudo apt update && sudo apt install python3-venv -y

- name: Run Black
uses: psf/black@v1.3.3
uses: psf/black@24.3.0
with:
options: "--check --verbose"
src: "./src"
Expand Down

0 comments on commit 73c192f

Please sign in to comment.