Fix python 3.10

This commit is contained in:
Carlos Quintana 2022-04-28 15:22:23 +02:00
parent 7d38c41d52
commit 0a34c1547f
No known key found for this signature in database
GPG Key ID: 15E73DCC410679F8
1 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,12 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install OS dependencies
if: ${{ matrix.python-version }} == '3.10'
run: |
sudo apt update
sudo apt install -y libre2-dev
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root