Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Nov 23, 2024
1 parent 1a6057c commit 94a3a49
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 @@ -84,13 +84,13 @@ jobs:
- name: Run Nox
run: |
uv run nox --python=${{"{{"}} matrix.python {{"}}"}}
uv run nox --python=${{"{{"}} matrix.python {{"}}"}} #noqa
- 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 {{"}}"}} # noqa
path: ".coverage.*"
if-no-files-found: ignore
include-hidden-files: true
Expand Down

0 comments on commit 94a3a49

Please sign in to comment.