This commit is contained in:
parent
1b1c718ece
commit
67e71ebe65
1 changed files with 1 additions and 1 deletions
|
@ -13,10 +13,10 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
cd doi2dataset
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd doi2dataset
|
|
||||||
pytest
|
pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue