Skip to content

Commit 822134d

Browse files
authored
Update python version in integration tests (#1579)
1 parent 8f0e8ae commit 822134d

File tree

5 files changed

+211
-165
lines changed

5 files changed

+211
-165
lines changed

Diff for: .github/workflows/check-mkdocs-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-go/tree/v2#readme
66
GO_VERSION: "1.16"
77
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
8-
PYTHON_VERSION: "3.9.6"
8+
PYTHON_VERSION: "3.9"
99

1010
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
1111
on:

Diff for: .github/workflows/check-python-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Python
33

44
env:
55
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
6-
PYTHON_VERSION: "3.9.6"
6+
PYTHON_VERSION: "3.9"
77

88
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99
on:

Diff for: .github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
# See: https://github.com/actions/setup-go/tree/v2#readme
66
GO_VERSION: "1.16"
77
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
8-
PYTHON_VERSION: "3.9.6"
8+
PYTHON_VERSION: "3.9"
99

1010
on:
1111
push:

0 commit comments

Comments
 (0)