mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
pin "packaging" to 2.13
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -72,7 +72,9 @@ jobs:
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
pip install pdm
|
||||
# pin packaging to 21.3 for now to prevent: packaging.specifiers.InvalidSpecifier: Invalid specifier: '>=3.4.*'
|
||||
# see https://github.com/pdm-project/pdm/issues/1556
|
||||
pip install --upgrade pdm packaging==21.3
|
||||
|
||||
pdm install -v
|
||||
|
||||
|
||||
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -49,7 +49,9 @@ jobs:
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
pip install pdm
|
||||
# pin packaging to 21.3 for now to prevent: packaging.specifiers.InvalidSpecifier: Invalid specifier: '>=3.4.*'
|
||||
# see https://github.com/pdm-project/pdm/issues/1556
|
||||
pip install --upgrade pdm packaging==21.3
|
||||
|
||||
# don't install dependencies for now, as this makes CodeQL run forever
|
||||
# pdm install -v
|
||||
|
||||
7
.github/workflows/update-python-deps.yml
vendored
7
.github/workflows/update-python-deps.yml
vendored
@@ -51,10 +51,11 @@ 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
|
||||
# pin packaging to 21.3 for now to prevent: packaging.specifiers.InvalidSpecifier: Invalid specifier: '>=3.4.*'
|
||||
# see https://github.com/pdm-project/pdm/issues/1556
|
||||
pip install --upgrade pdm packaging==21.3
|
||||
|
||||
# https://github.com/pdm-project/pdm/issues/728#issuecomment-1021771200
|
||||
pip install -t __pypackages__/${{ env.PYTHON_VERSION }}/lib selenium
|
||||
|
||||
Reference in New Issue
Block a user