forked from github/pelican
Print Pip version during test install on Windows
This commit is contained in:
parent
2d9f1a4719
commit
b10bb2f472
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -139,6 +139,9 @@ jobs:
|
|||
run: |
|
||||
python -m pip install -U pip poetry
|
||||
poetry build
|
||||
python -m pip install -U pip
|
||||
echo "Pip version:"
|
||||
python -m pip --version
|
||||
python -m pip install ${env:GITHUB_WORKSPACE}\dist\pelican-4.2.0.tar.gz
|
||||
echo "Pelican version:"
|
||||
pelican --version
|
||||
|
|
@ -159,6 +162,9 @@ jobs:
|
|||
run: |
|
||||
python -m pip install -U pip poetry
|
||||
poetry build
|
||||
python -m pip install -U pip
|
||||
echo "Pip version:"
|
||||
python -m pip --version
|
||||
python -m pip install ${env:GITHUB_WORKSPACE}\dist\pelican-4.2.0-py3-none-any.whl
|
||||
echo "Pelican version:"
|
||||
pelican --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue