fix: inspectdb raise KeyError 'int2' for smallint (#401)
* fix: inspectdb raise KeyError 'int2' for smallint * fix ci error * no ask confirm for ci * docs: update changelog
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -56,7 +56,9 @@ jobs:
|
||||
run: poetry run pip install --upgrade "tortoise-orm>=0.23,<0.24"
|
||||
- name: Install TortoiseORM develop branch
|
||||
if: matrix.tortoise-orm == 'tortoisedev'
|
||||
run: poetry run pip install --upgrade "git+https://github.com/tortoise/tortoise-orm"
|
||||
run: |
|
||||
poetry run pip uninstall -y tortoise-orm
|
||||
poetry run pip install --upgrade "git+https://github.com/tortoise/tortoise-orm"
|
||||
- name: CI
|
||||
env:
|
||||
MYSQL_PASS: root
|
||||
|
||||
Reference in New Issue
Block a user