fix: unittests

This commit is contained in:
lilong.129
2023-07-23 11:37:25 +08:00
parent dbf76eca4b
commit 192b8b6c3c
10 changed files with 33 additions and 256 deletions

View File

@@ -26,7 +26,7 @@ jobs:
max-parallel: 6
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest] # FIXME: docker services are not supported on macos-latest, windows-latest
steps:
- uses: actions/checkout@v2

View File

@@ -24,7 +24,7 @@ jobs:
max-parallel: 12
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest] # FIXME: docker services are not supported on macos-latest, windows-latest
steps:
- uses: actions/checkout@v2