Skip to content

Commit 4f9bf4b

Browse files
Use python 3.9.7 for black.
1 parent 6c747f1 commit 4f9bf4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
uses: "actions/checkout@v2"
1414
- name: "Setup environment"
1515
uses: "networktocode/gh-action-setup-poetry-environment@v1"
16+
with:
17+
python-version: "3.9.7"
1618
- name: "Linting: black"
1719
run: "poetry run invoke black"
1820
bandit:

0 commit comments

Comments
 (0)