fix db engine config
This commit is contained in:
parent
6bae23cc37
commit
5230424431
1 changed files with 5 additions and 3 deletions
8
.github/workflows/test_common.yml
vendored
8
.github/workflows/test_common.yml
vendored
|
|
@ -25,14 +25,16 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
||||
os: ["ubuntu-latest", "macos-latest"] #, "windows-latest"
|
||||
python-version: ["3.11.x"]
|
||||
# Test all python versions on ubuntu only
|
||||
include:
|
||||
- python-version: "3.9.x"
|
||||
os: "ubuntu-latest"
|
||||
- python-version: "3.10.x"
|
||||
os: "ubuntu-latest"
|
||||
- python-version: "3.12.x"
|
||||
os: "ubuntu-latest"
|
||||
# - python-version: "3.12.x"
|
||||
# os: "ubuntu-latest"
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue