From 075be8bee446d8ce57ee7773790514b0486b31d7 Mon Sep 17 00:00:00 2001 From: alessiamarcolini Date: Tue, 3 Feb 2026 15:12:29 +0100 Subject: [PATCH 1/2] ci: Bump pip-tools to v7.5.3 Make it compatible with pip >= 25.3, which removed 'use_pep517' argument --- .github/workflows/update_env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_env.yml b/.github/workflows/update_env.yml index 50363b2..40d8027 100644 --- a/.github/workflows/update_env.yml +++ b/.github/workflows/update_env.yml @@ -24,7 +24,7 @@ jobs: python-version: "3.11" - name: Compile run: | - python -m pip install pip-tools==7.4.1 + python -m pip install pip-tools==7.5.2 python .github/workflows/update_env.py compile - uses: actions/upload-artifact@v4 with: From 442462f4058465d3e6a3a2cb35edf2fff8959c4e Mon Sep 17 00:00:00 2001 From: alessiamarcolini Date: Tue, 3 Feb 2026 16:14:19 +0100 Subject: [PATCH 2/2] ci: Use windows-2022 instead of windows-latest Somehow the new windows-2025 makes the numpy tests fail --- .github/workflows/test_package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_package.yml b/.github/workflows/test_package.yml index af33fbd..094acd1 100644 --- a/.github/workflows/test_package.yml +++ b/.github/workflows/test_package.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [windows-2022, ubuntu-latest, macos-latest] embedded-py: [3.11.5, 3.12.10, 3.13.5] name: "${{ matrix.os }}, ${{ matrix.embedded-py }}" env: