Skip to content

Commit

Permalink
test fix in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
skull8888888 committed Dec 2, 2024
1 parent d06b578 commit 431df9d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install the project
run: uv sync --all-extras --dev
- name: Run tests
run: pytest
run: uv run pytest
- name: Build package
run: uv build
- name: Publish package
Expand Down
36 changes: 18 additions & 18 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 431df9d

Please sign in to comment.