mirror of https://github.com/KLayout/klayout.git
Pinning setuptools to <76.0.0 for now as this version is broken for MSVC
This commit is contained in:
parent
60f7c70f11
commit
ed809952c3
|
|
@ -92,7 +92,8 @@ jobs:
|
|||
displayName: 'Download and Extract KLayout bits'
|
||||
|
||||
- script: |
|
||||
python -m pip install --upgrade pip setuptools wheel
|
||||
# setuptools 67.0.0 is not working as of now (pypa/setuptools#4885)
|
||||
python -m pip install --upgrade pip "setuptools<76.0.0" wheel
|
||||
displayName: 'Update pip, setuptools and wheel'
|
||||
|
||||
- script: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue