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 f280a35 commit 437ec6bCopy full SHA for 437ec6b
.github/workflows/pypi-test.yml
@@ -60,14 +60,15 @@ jobs:
60
run: |
61
pip install --upgrade pip
62
pip install --upgrade setuptools
63
- pip install pytest-xdist
64
65
- name: Install from PyPI
66
67
VERSION="${{github.event.inputs.version}}"
68
- pip -vvv install "dm-meltingpot${VERSION:+==$VERSION}"
+ pip install "dm-meltingpot${VERSION:+==$VERSION}"
69
pip list
+ pip check
70
71
- name: Test installation
72
73
+ pip install pytest-xdist
74
pytest -n auto --pyargs meltingpot
0 commit comments