Skip to content

Commit 6e59d28

Browse files
authored
Update pypi-test.yml
1 parent b993a65 commit 6e59d28

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pypi-test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858

59-
- name: Install Python dependencies
60-
run: |
61-
pip install --upgrade pip
62-
pip install --upgrade setuptools
63-
pip install pytest-xdist
64-
6559
- name: Install from PyPI
6660
run: |
6761
VERSION="${{github.event.inputs.version}}"
@@ -70,4 +64,5 @@ jobs:
7064
7165
- name: Test installation
7266
run: |
67+
pip install pytest-xdist
7368
pytest -n auto --pyargs concordia

0 commit comments

Comments
 (0)