Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Mar 19, 2024
1 parent 3bb2758 commit 40021f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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@stable
uses: psf/black@v1.3.3
with:
options: "--check --verbose"
src: "./src"
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.11.6"

Expand Down

0 comments on commit 40021f3

Please sign in to comment.