mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 02:51:13 +00:00
CI: relax black version constraints
This commit is contained in:
parent
ab430e0208
commit
b5b9eddaf0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
|
@ -94,6 +94,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
- uses: psf/black@22.12.0
|
- uses: psf/black@stable
|
||||||
with:
|
with:
|
||||||
version: 22.12.0
|
version: "22.*"
|
||||||
|
|
Loading…
Reference in a new issue