"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "af4a1ecad0d2d5ad383418c0605430c847eafe57"
Unverified Commit b0a917c4 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Fix CircleCI nightly tests (#13113)

parent bda1cb02
......@@ -507,7 +507,7 @@ jobs:
paths:
- '~/.cache/pip'
- run: |
python -m pytest -n 8 --dist=loadfile -rA -s --make-reports=tests_pipelines_tf $(cat test_list.txt) -m tests | tee tests_output.txt
python -m pytest -n 8 --dist=loadfile -rA -s --make-reports=tests_pipelines_tf tests -m is_pipeline_test | tee tests_output.txt
- store_artifacts:
path: ~/transformers/tests_output.txt
- store_artifacts:
......
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