Update run_tests.yaml
Some checks failed
Test pipeline / test (push) Failing after 5s

This commit is contained in:
Alexander Minges 2025-03-21 15:50:43 +01:00
parent 506ec66cc2
commit 5cd8b5ae97
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4

View file

@ -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