diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8d1ab246a..f273e799a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -93,7 +93,7 @@ jobs: - script: | # 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' - script: |