CI: run unittests on macos
this is to ensure dependencies can be installed and loaded on macos (on AMD64)
This commit is contained in:
parent
798d823397
commit
3a926849a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue