mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
remove slow circle-ci
This commit is contained in:
parent
edfe91c36e
commit
411981a080
@ -10,7 +10,7 @@ jobs:
|
||||
- run: sudo pip install pytest codecov pytest-cov
|
||||
- run: sudo pip install spacy ftfy==4.4.3
|
||||
- run: sudo python -m spacy download en
|
||||
- run: python -m pytest -sv tests/ --runslow --cov
|
||||
- run: python -m pytest -sv tests/ --cov
|
||||
- run: codecov
|
||||
build_py2:
|
||||
working_directory: ~/pytorch-pretrained-BERT
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
- run: sudo pip install pytest codecov pytest-cov
|
||||
- run: sudo pip install spacy ftfy==4.4.3
|
||||
- run: sudo python -m spacy download en
|
||||
- run: python -m pytest -sv tests/ --runslow --cov
|
||||
- run: python -m pytest -sv tests/ --cov
|
||||
- run: codecov
|
||||
workflows:
|
||||
version: 2
|
||||
|
Loading…
Reference in New Issue
Block a user