From 5cd8b5ae9700adf05c7d86ef45377ff458de9e0e Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Fri, 21 Mar 2025 15:50:43 +0100 Subject: [PATCH] Update run_tests.yaml --- .forgejo/workflows/run_tests.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/run_tests.yaml b/.forgejo/workflows/run_tests.yaml index 1c33af6..3be3a43 100644 --- a/.forgejo/workflows/run_tests.yaml +++ b/.forgejo/workflows/run_tests.yaml @@ -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