We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadaa0f commit 168815eCopy full SHA for 168815e
.github/workflows/pypi-test.yml
@@ -56,18 +56,15 @@ jobs:
56
with:
57
python-version: ${{ matrix.python-version }}
58
59
- - name: Install Python dependencies
60
- run: |
61
- pip install --upgrade pip
62
- pip install --upgrade setuptools
63
- pip install pytest-xdist
64
-
65
- name: Install from PyPI
66
run: |
67
VERSION="${{github.event.inputs.version}}"
68
- pip -vvv install "gdm-concordia${VERSION:+==$VERSION}"
+ pip install pip
+ pip install setuptools
+ pip install "gdm-concordia${VERSION:+==$VERSION}"
69
pip list
70
71
- name: Test installation
72
+ pip install pytest-xdist
73
pytest -n auto --pyargs concordia
0 commit comments