From 7f199108265ee9263a2b95c31c17835adf3098f7 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 6 Mar 2023 18:39:23 +0100 Subject: [PATCH] disable windows/macos to reduce CI load --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b737c119..4a1037fc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,13 +33,13 @@ jobs: label: ubuntu-latest prefix: /usr/share/miniconda3/envs/pypsa-eur - - os: macos-latest - label: macos-latest - prefix: /Users/runner/miniconda3/envs/pypsa-eur + # - os: macos-latest + # label: macos-latest + # prefix: /Users/runner/miniconda3/envs/pypsa-eur - - os: windows-latest - label: windows-latest - prefix: C:\Miniconda3\envs\pypsa-eur + # - os: windows-latest + # label: windows-latest + # prefix: C:\Miniconda3\envs\pypsa-eur name: ${{ matrix.label }}