Skip to content

Commit 7a57326

Browse files
committed
Force pip upgrade in publish test
1 parent 1491ae2 commit 7a57326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
cd ..
3838
python -m venv testenv
39+
testenv/bin/pip install pip -U
3940
testenv/bin/pip install pytest sphinx-astropy/dist/*.whl
4041
testenv/bin/pytest sphinx-astropy/sphinx_astropy
4142

0 commit comments

Comments
 (0)