Skip to content

Commit

Permalink
fix: test re-org
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Oct 6, 2024
1 parent 822d6dd commit 06a4e53
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 209 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
- name: Run stubs check
run: python3 tests/stubs_check.py

- name: Run examples check
run: python3 tests/examples_check.py

- name: Install pytest
run: pip3 install pytest pytest-xdist

- name: Run examples check
run: pytest tests/examples_check.py -v --durations=0

- name: Run pytest
run: pytest -n auto --import-mode=append

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
maturin>1
fixtures
Loading

0 comments on commit 06a4e53

Please sign in to comment.