This commit is contained in:
parent
8366dbbad9
commit
5970b89fd1
3 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,6 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd doi2dataset
|
cd doi2dataset
|
||||||
ls tests
|
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
|
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,6 +4,10 @@ config.yaml
|
||||||
# Processed DOIs
|
# Processed DOIs
|
||||||
*.json
|
*.json
|
||||||
|
|
||||||
|
# But do not ignore JSON files inside the tests directory (and its subdirectories)
|
||||||
|
!tests/
|
||||||
|
!tests/**/*.json
|
||||||
|
|
||||||
# Typing stubs
|
# Typing stubs
|
||||||
typing/
|
typing/
|
||||||
|
|
||||||
|
|
1
tests/srep45389.json
Normal file
1
tests/srep45389.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue