Skip to content

Commit 6bc51c4

Browse files
committed
template(ci): Use templated Python version
1 parent 77a907a commit 6bc51c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
CARGO_INCREMENTAL: '0'
2828
CARGO_PROFILE_DEV_DEBUG: '0'
2929
RUST_TOOLCHAIN_VERSION: "{[ rust_version }]"
30+
PYTHON_VERSION: "{[ python_version }]"
3031
RUSTFLAGS: "-D warnings"
3132
RUSTDOCFLAGS: "-D warnings"
3233
RUST_LOG: "info"
@@ -233,7 +234,7 @@ jobs:
233234
submodules: recursive
234235
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
235236
with:
236-
python-version: '3.12'
237+
python-version: ${{ env.PYTHON_VERSION }}
237238
- name: Install jinja2-cli
238239
run: pip install jinja2-cli==0.8.2
239240
- name: Regenerate charts

0 commit comments

Comments
 (0)