"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "c73ee1333dc4dc63a71cb6180d0f35fdf4b44958"
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: ...@@ -507,7 +507,7 @@ jobs:
paths: paths:
- '~/.cache/pip' - '~/.cache/pip'
- run: | - 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: - store_artifacts:
path: ~/transformers/tests_output.txt path: ~/transformers/tests_output.txt
- store_artifacts: - 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