Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 822134d

Browse files
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

‎.github/workflows/check-mkdocs-task.yml‎

Lines changed: 1 addition & 1 deletion
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:

‎.github/workflows/check-python-task.yml‎

Lines changed: 1 addition & 1 deletion
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:

‎.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /