"docs/source/en/autoclass_tutorial.md" did not exist on "80367cd1fb6d36ca6bdd99b70586aab4ffae1ae1"
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