mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-23 06:40:21 +01:00
.github/workflows/python-app.yml: use Python 3.12
I'm using Python 3.12 locally and it's what Ubuntu 24.04 has.
This commit is contained in:
parent
c47bb2aba7
commit
34a1a08893
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
run: pipx install poetry
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.12'
|
||||
cache: 'poetry'
|
||||
- run: poetry install
|
||||
- name: Lint with flake8
|
||||
|
Loading…
Reference in New Issue
Block a user