Skip to content

Commit a10bfb3

Browse files
author
salomartin
committed
Fix ci
1 parent fe81187 commit a10bfb3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
- name: Build the project
3333
run: uv build
3434

35-
36-
- name: Build the project
37-
run: pytest tests/
35+
- name: Test the project
36+
run: uv run pytest
3837

3938
- name: Publish package
4039
env:

0 commit comments

Comments
 (0)