We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d4b87 commit ee999e3Copy full SHA for ee999e3
template/.github/workflows/ci.yml.jinja
@@ -135,4 +135,4 @@ jobs:
135
env:
136
CODECOV_TOKEN: "{% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}"
137
- if: (!(startsWith(matrix.runner, '{{ actions_runner.split('-')[0] }}') && matrix.python == '{{ python_version }}'))
138
- run: "./Invoke-Uv.ps1 -PythonVersion '${{ matrix.python }}' pytest"
+ run: "./Invoke-Uv.ps1 -PythonVersion '{% raw %}${{ matrix.python }}{% endraw %}' pytest"
0 commit comments