From ab8336d6a891c89b2154a540ab10edcb61c73a06 Mon Sep 17 00:00:00 2001 From: Fabian Hofmann Date: Thu, 21 Mar 2024 09:55:48 +0100 Subject: [PATCH] disable windows machines in CI The CI on windows machines keeps failing due to some weird syntax problem in snakefiles, which we can't solve on our end it seems. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c17c0425f..7aabf0e6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: os: - ubuntu-latest - macos-latest - - windows-latest +# - windows-latest inhouse: - stable - master