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.
bb0f267941
...
bcb97d025c
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-22.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
@ -27,12 +27,11 @@ jobs:
|
|||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v2
|
||||||
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