From a1ca5d03282ae0e27a7517f060692f0456cffbc2 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Wed, 9 Nov 2022 19:51:34 -0600 Subject: [PATCH] Add MacOS pytest to Github CI (#703) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a54f9b6e2..2017f93cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,10 @@ jobs: pytest: name: Conda Pytest - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v3 - name: "Main Script" -- GitLab