diff --git a/.forgejo/workflows/run_tests.yaml b/.forgejo/workflows/run_tests.yaml index 60292b2..256e4fc 100644 --- a/.forgejo/workflows/run_tests.yaml +++ b/.forgejo/workflows/run_tests.yaml @@ -13,10 +13,10 @@ jobs: - name: Install dependencies run: | + cd doi2dataset pip install -r requirements.txt pip install -r requirements-dev.txt - name: Run tests run: | - cd doi2dataset pytest