mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
pin "packaging" to 2.13
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user