Skip to content

Commit ee999e3

Browse files
Fix
1 parent b6d4b87 commit ee999e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.github/workflows/ci.yml.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ jobs:
135135
env:
136136
CODECOV_TOKEN: "{% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}"
137137
- if: (!(startsWith(matrix.runner, '{{ actions_runner.split('-')[0] }}') && matrix.python == '{{ python_version }}'))
138-
run: "./Invoke-Uv.ps1 -PythonVersion '${{ matrix.python }}' pytest"
138+
run: "./Invoke-Uv.ps1 -PythonVersion '{% raw %}${{ matrix.python }}{% endraw %}' pytest"

0 commit comments

Comments
 (0)