Skip to content

Commit

Permalink
Bump python version to 3.7.17
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MaciejKaras committed Dec 20, 2024
1 parent e9a3114 commit 50d3c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.7.17

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down

0 comments on commit 50d3c23

Please sign in to comment.