1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 06:15:02 +01:00

.github/workflows/python-app.yml: quote python version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alan Orth 2022-01-30 18:57:10 +03:00
parent a0213c1c97
commit b2eb1878a5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -31,7 +31,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip