mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-24 07:10:17 +01:00
.github: update workflow
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
e70a7a9675
commit
7680b0f440
4
.github/workflows/python-app.yml
vendored
4
.github/workflows/python-app.yml
vendored
@ -30,9 +30,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
run: pipx install poetry
|
run: pipx install poetry
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.11'
|
||||||
cache: 'poetry'
|
cache: 'poetry'
|
||||||
- run: poetry install
|
- run: poetry install
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
|
Loading…
Reference in New Issue
Block a user