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
|
||||
run: |
|
||||
cd doi2dataset
|
||||
ls tests
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements-dev.txt
|
||||
|
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,6 +4,10 @@ config.yaml
|
|||
# Processed DOIs
|
||||
*.json
|
||||
|
||||
# But do not ignore JSON files inside the tests directory (and its subdirectories)
|
||||
!tests/
|
||||
!tests/**/*.json
|
||||
|
||||
# Typing stubs
|
||||
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