Workflow typo
This commit is contained in:
parent
eb2e70bf9e
commit
bc4e602b46
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
python-version: [3.7, 3.8]
|
python-version: [3.7, 3.8]
|
||||||
# TODO: mysql disabled, not able to connect to it so far
|
# TODO: mysql disabled, not able to connect to it so far
|
||||||
TESTING_DB: ['sqlite3', 'postgresql', 'mysql']
|
TESTING_DB: ['sqlite3', 'postgresql', 'mysql']
|
||||||
fail-fast: True
|
# fail-fast: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue