CI: run unittests on macos

this is to ensure dependencies can be installed and loaded on macos (on AMD64)
This commit is contained in:
black-sliver 2023-03-03 09:43:25 +01:00
parent 798d823397
commit 3a926849a0
1 changed files with 2 additions and 0 deletions

View File

@ -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