mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
run
This commit is contained in:
parent
831b5b9c9a
commit
c986af0833
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ class CircleCIJob:
|
|||
"command": f"TESTS=$(circleci tests split --split-by=timings {self.job_name}_test_list.txt) && echo $TESTS > splitted_tests.txt && echo $TESTS | tr ' ' '\n'" if self.parallelism else f"awk '{{printf \"%s \", $0}}' {self.job_name}_test_list.txt > splitted_tests.txt"
|
||||
}
|
||||
},
|
||||
{"run": "pip install -U pytest"},
|
||||
{"run": "pip install -U pytest==7.4.4"},
|
||||
{"run": "pip install pytest-flakefinder"},
|
||||
# {"run": {
|
||||
# "name": "Run tests",
|
||||
|
|
|
|||
Loading…
Reference in a new issue