4.35.1
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-10-02 12:00:06 +01:00
parent c8ab76066b
commit 6170fbf127
4 changed files with 157 additions and 187 deletions

View File

@ -15,9 +15,15 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
cache: 'poetry'
- name: Install OS dependencies
if: ${{ matrix.python-version }} == '3.10'
run: |
sudo apt update
sudo apt install -y libre2-dev libpq-dev
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction