From e6d1d43555422980c483cc022f022366b4d1aab3 Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 7 Mar 2023 09:15:29 +0100 Subject: [PATCH] ci: reactivate windows and mac --- .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 4a1037fc..b737c119 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 }}