1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-09 06:36:01 +02:00

.github: update workflow
All checks were successful
continuous-integration/drone/push Build is passing

- actions/checkout@v4
- actions/setup-python@v5
- python-version: '3.11'
This commit is contained in:
2023-12-09 13:53:11 +03:00
parent e70a7a9675
commit 7680b0f440

View File

@ -30,9 +30,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
cache: 'poetry'
- run: poetry install
- name: Lint with flake8