We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a907a commit 6bc51c4Copy full SHA for 6bc51c4
template/.github/workflows/build.yml.j2
@@ -27,6 +27,7 @@ env:
27
CARGO_INCREMENTAL: '0'
28
CARGO_PROFILE_DEV_DEBUG: '0'
29
RUST_TOOLCHAIN_VERSION: "{[ rust_version }]"
30
+ PYTHON_VERSION: "{[ python_version }]"
31
RUSTFLAGS: "-D warnings"
32
RUSTDOCFLAGS: "-D warnings"
33
RUST_LOG: "info"
@@ -233,7 +234,7 @@ jobs:
233
234
submodules: recursive
235
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
236
with:
- python-version: '3.12'
237
+ python-version: ${{ env.PYTHON_VERSION }}
238
- name: Install jinja2-cli
239
run: pip install jinja2-cli==0.8.2
240
- name: Regenerate charts
0 commit comments