Skip to content

Commit

Permalink
Fix black version
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Sep 25, 2023
1 parent a0d7b14 commit 047c067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: psf/black@stable
with:
src: "proteobench"
version: "~=23"
version: "~=23.0"

lint-and-test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-streamlit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: psf/black@stable
with:
src: "proteobench"
version: "~=23"
version: "~=23.0"

linting:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 047c067

Please sign in to comment.