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 2d23187
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 212 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ 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
run: pip3 install pytest pytest-xdist fixtures

- 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 2d23187

Please sign in to comment.