Skip to content

Commit f947eeb

Browse files
committed
ci: fix regression fix
1 parent 6039e39 commit f947eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

{{ cookiecutter.pypi_package_name }}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install uv
1919
uses: astral-sh/setup-uv@v5
2020
with:
21-
version: ${{ env.CI_UV_VERSION }}
21+
version: {{ '${{' }} env.CI_UV_VERSION }}
2222

2323
- name: Print current package version
2424
run: uv tree -d 0

{{ cookiecutter.pypi_package_name }}/.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v5
2525
with:
26-
version: ${{ env.CI_UV_VERSION }}
26+
version: {{ '${{' }} env.CI_UV_VERSION }}
2727

2828
- name: Print current package version
2929
run: uv tree -d 0

0 commit comments

Comments
 (0)