Skip to content

Commit 168815e

Browse files
authored
Update pypi-test.yml
1 parent aadaa0f commit 168815e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/pypi-test.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,15 @@ 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}}"
68-
pip -vvv install "gdm-concordia${VERSION:+==$VERSION}"
62+
pip install pip
63+
pip install setuptools
64+
pip install "gdm-concordia${VERSION:+==$VERSION}"
6965
pip list
7066
7167
- name: Test installation
7268
run: |
69+
pip install pytest-xdist
7370
pytest -n auto --pyargs concordia

0 commit comments

Comments
 (0)