mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-28 08:58:18 +01:00
Compare commits
2 Commits
bcb97d025c
...
bb0f267941
Author | SHA1 | Date | |
---|---|---|---|
bb0f267941 | |||
0720605b6a |
7
.github/workflows/python-app.yml
vendored
7
.github/workflows/python-app.yml
vendored
@ -8,7 +8,7 @@ on: ['push', 'pull_request']
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
@ -27,11 +27,12 @@ jobs:
|
|||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
cache: 'pip'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
Loading…
Reference in New Issue
Block a user