Skip to content

Commit ec9d2d3

Browse files
jagapioucopybara-github
authored andcommitted
minimize pip installs before test install and run pip check
PiperOrigin-RevId: 780102684 Change-Id: I4b4431cfb6353064529cde4890ff709c1afb387b
1 parent 437ec6b commit ec9d2d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,14 @@ jobs:
8585
run: |
8686
pip install --upgrade pip
8787
pip install --upgrade setuptools
88-
pip install pytest-xdist
8988
- name: Install source distribution
9089
run: |
9190
pip install dist/*.tar.gz
9291
pip list
92+
pip check
9393
- name: Test source distribution
9494
run: |
95+
pip install pytest-xdist
9596
pytest -n auto --pyargs meltingpot
9697
9798
publish:

0 commit comments

Comments
 (0)