Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
bfc88509
Commit
bfc88509
authored
Aug 10, 2021
by
Sylvain Gugger
Browse files
Fix last one
parent
29dada00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+4
-3
No files found.
.github/workflows/self-push.yml
View file @
bfc88509
...
@@ -177,9 +177,10 @@ jobs:
...
@@ -177,9 +177,10 @@ jobs:
env
:
env
:
MKL_SERVICE_FORCE_INTEL
:
1
MKL_SERVICE_FORCE_INTEL
:
1
run
:
|
run
:
|
if [ -f test_list.txt ]; then
python -m pytest -n 2 --dist=loadfile -v --make-reports=tests_torch_multi_gpu tests
python -m pytest -n 2 --dist=loadfile -v --make-reports=tests_torch_multi_gpu $(cat test_list.txt)
# if [ -f test_list.txt ]; then
fi
# python -m pytest -n 2 --dist=loadfile -v --make-reports=tests_torch_multi_gpu $(cat test_list.txt)
# fi
-
name
:
Failure short reports
-
name
:
Failure short reports
if
:
${{ always() }}
if
:
${{ always() }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment