Skip to content

Commit f9fe5b6

Browse files
authored
Merge pull request #3145 from JdeRobot/ci-setup
CI: add version to black workflow
2 parents 2540092 + ea10c68 commit f9fe5b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python_lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: psf/black@stable
16+
with:
17+
version: "22.3.0"
1618
# flake8-lint:
1719
# runs-on: ubuntu-latest
1820
# name: Python flake8 Lint

0 commit comments

Comments
 (0)