1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-28 08:58:18 +01:00

Compare commits

..

No commits in common. "bb0f267941e8cbf3a22f8ff24e97f81859d4146c" and "bcb97d025c9d383803608a38537f0397851f2bbd" have entirely different histories.

View File

@ -8,7 +8,7 @@ on: ['push', 'pull_request']
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
services:
database:
@ -27,12 +27,11 @@ jobs:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v2
with:
python-version: '3.10'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip