Skip to content

Commit 437ec6b

Browse files
jagapioucopybara-github
authored andcommitted
Update pypi test script to be less verbose and check for pip breakage
PiperOrigin-RevId: 780089128 Change-Id: Ia7557834f95b9fcfb107fef7fa4e06341bb188e2
1 parent f280a35 commit 437ec6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pypi-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,15 @@ jobs:
6060
run: |
6161
pip install --upgrade pip
6262
pip install --upgrade setuptools
63-
pip install pytest-xdist
6463
6564
- name: Install from PyPI
6665
run: |
6766
VERSION="${{github.event.inputs.version}}"
68-
pip -vvv install "dm-meltingpot${VERSION:+==$VERSION}"
67+
pip install "dm-meltingpot${VERSION:+==$VERSION}"
6968
pip list
69+
pip check
7070
7171
- name: Test installation
7272
run: |
73+
pip install pytest-xdist
7374
pytest -n auto --pyargs meltingpot

0 commit comments

Comments
 (0)