From 277bdab55c608ec5a86a64e3bb35ee53af75ad07 Mon Sep 17 00:00:00 2001 From: alessiamarcolini Date: Tue, 3 Feb 2026 16:17:17 +0100 Subject: [PATCH 1/2] roll back to windows-2022 --- .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: From 5d0e70b275eb343c2b0522e2a578d78378384105 Mon Sep 17 00:00:00 2001 From: alessiamarcolini Date: Tue, 3 Feb 2026 16:23:23 +0100 Subject: [PATCH 2/2] trigger --- test_package/conanfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_package/conanfile.py b/test_package/conanfile.py index 0eb3949..1669c55 100644 --- a/test_package/conanfile.py +++ b/test_package/conanfile.py @@ -1,6 +1,7 @@ -import sys import pathlib import subprocess +import sys + from conan import ConanFile from conan.tools.cmake import CMake, cmake_layout