We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c16bcf commit 17518a2Copy full SHA for 17518a2
.github/workflows/ci.yml
@@ -73,8 +73,6 @@ jobs:
73
id: setup-python
74
with:
75
python-version: ${{ matrix.python }}
76
- - name: Install dependencies
77
- run: pipx install pytest-xdist
78
- name: Retrieve pre-built distribution files
79
uses: actions/download-artifact@v3
80
with: {name: python-distribution-files, path: dist/}
tox.ini
@@ -17,6 +17,9 @@ passenv =
17
SETUPTOOLS_*
18
extras =
19
testing
20
+deps =
21
+ pytest
22
+ pytest-xdist
23
commands =
24
pytest {posargs}
25
0 commit comments