Skip to content

Commit d0535c6

Browse files
committed
Change python version in workflow from 3.7 to 3.7.1
1 parent a59c3d8 commit d0535c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
needs: build-python-38
1919
uses: ./.github/workflows/python-action.yml
2020
with:
21-
python-version: "3.7"
21+
python-version: "3.7.1"
2222

2323
build-python-39:
2424
needs: build-python-38

0 commit comments

Comments
 (0)