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
c3c61ea0
Unverified
Commit
c3c61ea0
authored
Jul 13, 2020
by
Sam Shleifer
Committed by
GitHub
Jul 13, 2020
Browse files
[Fix] github actions CI by reverting #5138 (#5686)
parent
45addfe9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
16 deletions
+2
-16
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+1
-8
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+1
-8
No files found.
.github/workflows/self-push.yml
View file @
c3c61ea0
...
@@ -51,11 +51,4 @@ jobs:
...
@@ -51,11 +51,4 @@ jobs:
USE_CUDA
:
yes
USE_CUDA
:
yes
run
:
|
run
:
|
source .env/bin/activate
source .env/bin/activate
python -m pytest -n 2 --dist=loadfile -s ./tests/ | tee output.txt
python -m pytest -n 2 --dist=loadfile -s ./tests/
-
name
:
cat output.txt
run
:
cat output.txt
-
name
:
Upload output.txt
uses
:
actions/upload-artifact@v1
with
:
name
:
pytest_output
path
:
output.txt
.github/workflows/self-scheduled.yml
View file @
c3c61ea0
...
@@ -46,11 +46,4 @@ jobs:
...
@@ -46,11 +46,4 @@ jobs:
USE_CUDA
:
yes
USE_CUDA
:
yes
run
:
|
run
:
|
source .env/bin/activate
source .env/bin/activate
python -m pytest -n 1 --dist=loadfile -s ./tests/ | tee output.txt
python -m pytest -n 1 --dist=loadfile -s ./tests/
-
name
:
cat output.txt
run
:
cat output.txt
-
name
:
Upload output.txt
uses
:
actions/upload-artifact@v1
with
:
name
:
pytest_output
path
:
output.txt
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