Skip to content

Commit 50d3c23

Browse files
committed
Bump python version to 3.7.17
The issue was: Error: Version 3.7 with arch x64 not found The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1 parent e9a3114 commit 50d3c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-python@v2
2323
with:
24-
python-version: 3.7
24+
python-version: 3.7.17
2525

2626
- name: Set up chart-testing
2727
uses: helm/[email protected]

0 commit comments

Comments
 (0)