We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db84ab7 commit 3c5c8d6Copy full SHA for 3c5c8d6
.github/workflows/pytest.yml
@@ -35,15 +35,15 @@ jobs:
35
- name: Set up Python
36
run: uv python install
37
- name: Install python essentials
38
- run: uv pip install -U setuptools setuptools_scm wheel
+ run: uv pip install -U setuptools setuptools_scm wheel pytest-xdist
39
- name: Install dependencies complete
40
if: matrix.only-minimal != true
41
run: uv pip install -e .[all,testing]
42
- name: Install dependencies minimal
43
if: matrix.only-minimal == true
44
run: uv pip install -e .[testing]
45
- name: Unit tests
46
- run: pytest
+ run: pytest -n auto
47
- name: Notebook flow tests
48
49
uses: coactions/setup-xvfb@v1
0 commit comments