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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user