The Wayback Machine - https://web.archive.org/web/20220125091057/https://github.com/arduino/arduino-cli/commit/822134d91f9d995db502e5afec13f22c18efedcd
Skip to content
Permalink
Browse files
Update python version in integration tests (#1579)
  • Loading branch information
silvanocerza committed Dec 2, 2021
1 parent 8f0e8ae commit 822134d91f9d995db502e5afec13f22c18efedcd
@@ -5,7 +5,7 @@ env:
# See: https://github.com/actions/setup-go/tree/v2#readme
GO_VERSION: "1.16"
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
PYTHON_VERSION: "3.9.6"
PYTHON_VERSION: "3.9"

# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
on:
@@ -3,7 +3,7 @@ name: Check Python

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

# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
on:
@@ -5,7 +5,7 @@ env:
# See: https://github.com/actions/setup-go/tree/v2#readme
GO_VERSION: "1.16"
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
PYTHON_VERSION: "3.9.6"
PYTHON_VERSION: "3.9"

on:
push:

0 comments on commit 822134d

Please sign in to comment.