Adding tomli to Azure pipeline

This commit is contained in:
Matthias Koefferlein 2025-11-09 18:27:06 +01:00
parent 7e8d27a93e
commit 45947aa143
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ jobs:
- script: | - script: |
# setuptools 67.0.0 is not working as of now (pypa/setuptools#4885) # setuptools 67.0.0 is not working as of now (pypa/setuptools#4885)
python -m pip install --upgrade pip "setuptools<76.0.0" wheel python -m pip install --upgrade pip "setuptools<76.0.0" wheel tomli
displayName: 'Update pip, setuptools and wheel' displayName: 'Update pip, setuptools and wheel'
- script: | - script: |