Fix broken CI due to missing python version on macos-latest (#864)

This commit is contained in:
Steven B 2024-04-25 08:05:51 +01:00 committed by GitHub
parent 10629f2db9
commit 9efcc0d19f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,12 @@ jobs:
exclude: exclude:
- os: macos-latest - os: macos-latest
extras: true extras: true
# setup-python not currently working with macos-latest
# https://github.com/actions/setup-python/issues/808
- os: macos-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.9"
- os: windows-latest - os: windows-latest
extras: true extras: true
- os: ubuntu-latest - os: ubuntu-latest