upgrade pip

This commit is contained in:
sebthom
2022-02-19 21:59:39 +01:00
parent 314d1e1846
commit d8a9a4d2d2
2 changed files with 3 additions and 2 deletions

View File

@@ -55,8 +55,7 @@ jobs:
python --version
# don't upgrade PIP for now: https://github.com/pdm-project/pdm/issues/874
# python -m pip install --upgrade pip
python -m pip install --upgrade pip
pip install pdm

View File

@@ -46,6 +46,8 @@ jobs:
python --version
python -m pip install --upgrade pip
pip install pdm
# don't install dependencies for now, as this makes CodeQL run forever