From 3a926849a02c12b44d19472a0e81b2216ebe2ee0 Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Fri, 3 Mar 2023 09:43:25 +0100 Subject: [PATCH] CI: run unittests on macos this is to ensure dependencies can be installed and loaded on macos (on AMD64) --- .github/workflows/unittests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index c86d6372..fe61c8b0 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -23,6 +23,8 @@ jobs: os: windows-latest - python: {version: '3.10'} # current os: windows-latest + - python: {version: '3.10'} # current + os: macos-latest steps: - uses: actions/checkout@v2