Skip to content

Commit 17518a2

Browse files
committed
try ensuring deps in tox.ini instead
1 parent 4c16bcf commit 17518a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ jobs:
7373
id: setup-python
7474
with:
7575
python-version: ${{ matrix.python }}
76-
- name: Install dependencies
77-
run: pipx install pytest-xdist
7876
- name: Retrieve pre-built distribution files
7977
uses: actions/download-artifact@v3
8078
with: {name: python-distribution-files, path: dist/}

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ passenv =
1717
SETUPTOOLS_*
1818
extras =
1919
testing
20+
deps =
21+
pytest
22+
pytest-xdist
2023
commands =
2124
pytest {posargs}
2225

0 commit comments

Comments
 (0)