Skip to content

Commit

Permalink
Fixup autocorrection from my editor which breaks the template
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Nov 23, 2024
1 parent 320bf54 commit f61ce50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ jobs:
- name: Run Nox
run: |
uv run nox --python=${{ matrix.python }}
uv run nox --python=${{"{{"}} matrix.python {{"}}"}}
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/upload-artifact@v4"
with:
name: coverage-data-${{ matrix.session }}-${{ matrix.python }}-${{ matrix.os }}
name: coverage-data-${{"{{"}} matrix.session {{"}}"}}-${{"{{"}} matrix.python {{"}}"}}-${{"{{"}} matrix.os {{"}}"}}
path: ".coverage.*"
if-no-files-found: ignore
include-hidden-files: true
Expand Down

0 comments on commit f61ce50

Please sign in to comment.