From 683c558dbe3ac7a89db94e3593a75d30f641ccd4 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 31 Aug 2023 17:39:04 +0200 Subject: [PATCH] :bug: windows-server cannot install rrcovNA on windows-server. Works on windows desktop, so testing will be done manually from time to time on a desktop machine. --- .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 f1601616e..d828043bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: matrix: os: ["ubuntu-latest", "macos-13", - "windows-latest" # rrcovNA cannot be build from source on windows-server + # "windows-latest" # rrcovNA cannot be build from source on windows-server ] python-version: ["3.8"] steps: