mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 03:33:35 +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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user