This commit is contained in:
parent
506ec66cc2
commit
5cd8b5ae97
1 changed files with 3 additions and 6 deletions
|
@ -8,12 +8,8 @@ jobs:
|
||||||
image: python:3
|
image: python:3
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
git clone --depth 1 --branch main https://git.athemis.de/Athemis/doi2dataset.git
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: "3.13"
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
@ -23,4 +19,5 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
cd doi2dataset
|
||||||
pytest
|
pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue