Skip to content

Commit bf9d834

Browse files
committed
Merge branch 'dev' of https://gitee.com/fastnlp/fastNLP into dev
2 parents 9fdcaff + 057fa63 commit bf9d834

File tree

18 files changed

+331
-633
lines changed

18 files changed

+331
-633
lines changed

.Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ pipeline {
2727
}
2828
stage('Package Testing') {
2929
steps {
30-
sh 'python -m spacy download en'
3130
sh 'pip install fitlog'
3231
sh 'pytest ./tests --html=test_results.html --self-contained-html'
3332
}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- pip install pytest-cov
1414
# command to run tests
1515
script:
16-
- python -m spacy download en
16+
# - python -m spacy download en
1717
- pytest --cov=fastNLP tests/
1818

1919
after_success:

0 commit comments

Comments
 (0)