Skip to content

Commit 20febde

Browse files
committed
Fix github testing
1 parent 2682219 commit 20febde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Verify pixi and run tests
2525
run: |
2626
pixi --version
27-
pixi run -e test pytest
27+
pixi run -e tests tests -v

0 commit comments

Comments
 (0)