"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "e612feec9925898aa94649e820e8c872939cf759"
Commit 6b13f4cb authored by thomwolf's avatar thomwolf
Browse files

update circle-ci

parent 2b644785
...@@ -10,8 +10,7 @@ jobs: ...@@ -10,8 +10,7 @@ jobs:
- checkout - checkout
- run: sudo pip install --progress-bar off . - run: sudo pip install --progress-bar off .
- run: sudo pip install pytest codecov pytest-cov - run: sudo pip install pytest codecov pytest-cov
- run: sudo pip install spacy ftfy==4.4.3 - run: sudo pip install tensorboardX scikit-learn
- run: sudo python -m spacy download en
- run: python -m pytest -sv ./pytorch_transformers/tests/ --cov - run: python -m pytest -sv ./pytorch_transformers/tests/ --cov
- run: python -m pytest -sv ./examples/ - run: python -m pytest -sv ./examples/
- run: codecov - run: codecov
...@@ -25,8 +24,7 @@ jobs: ...@@ -25,8 +24,7 @@ jobs:
- checkout - checkout
- run: sudo pip install --progress-bar off . - run: sudo pip install --progress-bar off .
- run: sudo pip install pytest codecov pytest-cov - run: sudo pip install pytest codecov pytest-cov
- run: sudo pip install spacy ftfy==4.4.3 - run: sudo pip install tensorboardX scikit-learn
- run: sudo python -m spacy download en
- run: python -m pytest -sv ./pytorch_transformers/tests/ --cov - run: python -m pytest -sv ./pytorch_transformers/tests/ --cov
- run: python -m pytest -sv ./examples/ - run: python -m pytest -sv ./examples/
- run: codecov - run: codecov
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment