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
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13"
|
||||
run: |
|
||||
git clone --depth 1 --branch main https://git.athemis.de/Athemis/doi2dataset.git
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
@ -23,4 +19,5 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd doi2dataset
|
||||
pytest
|
||||
|
|
Loading…
Add table
Reference in a new issue