mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-26 10:17:18 +00:00
fix: db lock #1069
This commit is contained in:
committed by
Florian BEZANNIER
parent
4692d83742
commit
ccdcb7c9c9
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user