mirror of https://github.com/KLayout/klayout.git
Adding tomli to Azure pipeline
This commit is contained in:
parent
7e8d27a93e
commit
45947aa143
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue