Skip to content

Commit

Permalink
build: read python version from file (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 30, 2023
1 parent fc365d0 commit 6044b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: 3.7.16 # renovate: datasource=github-releases depName=python packageName=containerbase/python-prebuild
python-version-file: .python-version

- name: Install chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
Expand Down
1 change: 1 addition & 0 deletions .python-version
@@ -0,0 +1 @@
3.12.0

0 comments on commit 6044b78

Please sign in to comment.