From f3c056c3e58609510f7153be73c9920b5b9475e5 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 21 Nov 2024 18:34:06 -0600 Subject: [PATCH] Try adding Windows to job matrix --- .github/workflows/integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 38cf60dd05..31766a9b21 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -222,9 +222,12 @@ jobs: - conda-like os: - linux + - win64 include: - os: linux runner-image: ubuntu-20.04 + - os: win64 + runner-image: windows-2022 - install-mode: pip-default pip-install-target: '.' - install-mode: pip-complete