From 45947aa143c827e1415d82c6a1924f5cfd5d3be2 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 9 Nov 2025 18:27:06 +0100 Subject: [PATCH] Adding tomli to Azure pipeline --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |