Skip to content

Commit 1cd89d3

Browse files
committed
set python-version to 3.6.15 to satisfy linters
1 parent c77b8a4 commit 1cd89d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python 3.6
2323
uses: actions/setup-python@v2
2424
with:
25-
python-version: 3.6
25+
python-version: 3.6.15
2626

2727
- uses: actions/cache@v2
2828
with:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Python 3.6
5252
uses: actions/setup-python@v2
5353
with:
54-
python-version: 3.6
54+
python-version: 3.6.15
5555

5656
- uses: actions/cache@v2
5757
with:

0 commit comments

Comments
 (0)