fix: db lock #1069

This commit is contained in:
Florian Bezannier
2025-10-01 09:12:13 +02:00
committed by Florian BEZANNIER
parent 4692d83742
commit ccdcb7c9c9
10 changed files with 86 additions and 66 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- uses: actions/checkout@v2
- name: Load cached venv
id: cached-poetry-dependencies