mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Fix broken CI due to missing python version on macos-latest (#864)
This commit is contained in:
parent
10629f2db9
commit
9efcc0d19f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -67,6 +67,12 @@ jobs:
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
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
|
||||
extras: true
|
||||
- os: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user