From 0ba339efdcb3c7cc30cb05fc468625c83b39a177 Mon Sep 17 00:00:00 2001 From: Julien Lamy Date: Fri, 29 Sep 2023 07:33:47 +0200 Subject: [PATCH] re-enable macOS and Windows CI --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94dc392..4ceeae6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,15 +4,14 @@ on: push jobs: build: runs-on: ${{ matrix.os }} - container: ${{ matrix.container }} - name: ${{ matrix.container || matrix.os }} + name: ${{ matrix.os }} strategy: fail-fast: false matrix: include: - { os: "ubuntu-latest", packaging: "conda", python: "python" } - # - { os: "macos-latest", packaging: "conda", python: "python" } - # - { os: "windows-latest", packaging: "conda", python: "python" } + - { os: "macos-latest", packaging: "conda", python: "python" } + - { os: "windows-latest", packaging: "conda", python: "python" } env: WORKSPACE: "${{ github.workspace }}" defaults: