Skip to content

Commit

Permalink
fix: added trim
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankanno committed Jun 7, 2024
1 parent a572dab commit 275205e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.package_name}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
matrix:
python-version:
{%- for python_version in cookiecutter.supported_python_versions.split(',') %}
- "{{ python_version }}"
- "{{ python_version|trim }}"
{%- endfor %}
os: [ubuntu-latest]
runs-on: {% raw %}${{ matrix.os }}{% endraw %}
Expand Down

0 comments on commit 275205e

Please sign in to comment.