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

This commit is contained in:
Alexander Minges 2025-03-21 15:51:51 +01:00
parent 1b1c718ece
commit 67e71ebe65
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4

View file

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