From 1776ff9364b692ddaabc9828142bfd1d7a2e7091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Thu, 14 Nov 2024 10:57:06 +0100 Subject: [PATCH] Temporarily disable Windows tests to avoid crashes Currently, a bug in setup-miniconda leads to conda not being activated which makes all tests fail. For more information, refer to: https://github.com/conda-incubator/setup-miniconda/issues/371 --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6b8b10304..257a32752 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -21,8 +21,8 @@ jobs: os: [ubuntu-latest] python-version: ["3.10", "3.11", "3.12"] include: - - os: windows-latest - python-version: "3.12" + # - os: windows-latest + # python-version: "3.12" - os: macos-12 python-version: "3.12"