Skip to content

Commit

Permalink
Fix workflow (#345)
Browse files Browse the repository at this point in the history
* Fix workflow

* Adjust
  • Loading branch information
epenet authored Sep 12, 2024
1 parent c34bd18 commit bfbad2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/[email protected]"
uses: actions/[email protected]
with:
name: coverage-data-${{ matrix.python-version }}-${{ matrix.os }}
path: ".coverage.*"
include-hidden-files: true

- name: Upload documentation
if: matrix.session == 'docs-build'
Expand Down
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def precommit(session: Session) -> None:
"darglint",
"pre-commit",
"pre-commit-hooks",
"pyupgrade",
"ruff",
)
session.run("pre-commit", *args)
Expand Down

0 comments on commit bfbad2f

Please sign in to comment.