Fix CircleCI nightly tests (#13113)

This commit is contained in:
Sylvain Gugger
2021-08-13 08:57:30 +02:00
committed by GitHub
parent bda1cb0236
commit b0a917c48a

View File

@@ -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: