fix pydantic orm mode issue

This commit is contained in:
grillazz
2021-12-22 21:14:11 +01:00
parent 716768b141
commit f7c4d76a31
5 changed files with 75 additions and 61 deletions

View File

@@ -26,10 +26,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.10
- name: Install pipenv
run: pip install pipenv --upgrade
- name: Upgrde pip, setuptools and wheel