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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
os: ["ubuntu-latest", "macos-latest"] #, "windows-latest"
|
||||||
python-version: ["3.11.x"]
|
python-version: ["3.11.x"]
|
||||||
# Test all python versions on ubuntu only
|
# Test all python versions on ubuntu only
|
||||||
include:
|
include:
|
||||||
|
- python-version: "3.9.x"
|
||||||
|
os: "ubuntu-latest"
|
||||||
- python-version: "3.10.x"
|
- python-version: "3.10.x"
|
||||||
os: "ubuntu-latest"
|
os: "ubuntu-latest"
|
||||||
- python-version: "3.12.x"
|
# - python-version: "3.12.x"
|
||||||
os: "ubuntu-latest"
|
# os: "ubuntu-latest"
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue