1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-12 16:16:04 +02:00

.github/workflows/python-app.yml: use Python 3.10

This commit is contained in:
2021-12-19 14:15:41 +02:00
parent 3ab48743d6
commit b683bf211c

View File

@ -28,10 +28,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip