Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
985d7088
"vscode:/vscode.git/clone" did not exist on "ec16142ee58badd71a303e0bba847a75577899c4"
Commit
985d7088
authored
Jun 01, 2021
by
Lysandre
Browse files
Run the integration tests on schedule tests instead of master tests
parent
9996558b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+1
-1
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+2
-2
No files found.
.github/workflows/self-push.yml
View file @
985d7088
...
...
@@ -37,7 +37,7 @@ jobs:
run
:
|
apt -y update && apt install -y libsndfile1-dev
pip install --upgrade pip
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech
,integrations
]
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
...
...
.github/workflows/self-scheduled.yml
View file @
985d7088
...
...
@@ -33,7 +33,7 @@ jobs:
run
:
|
apt -y update && apt install -y libsndfile1-dev
pip install --upgrade pip
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech
,integrations
]
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
...
...
@@ -155,7 +155,7 @@ jobs:
run
:
|
apt -y update && apt install -y libsndfile1-dev
pip install --upgrade pip
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech
,integrations
]
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
...
...
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