-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Test] Add transformers test #1175
Changes from 1 commit
3d59000
9c0142e
1e4d7df
067cdd9
2d22174
59db2bb
10bc574
91301cf
dfcff7b
87de5fa
8863a94
a7979df
aef2f47
6e01ae8
97c1c82
fdc7741
2fb9b1d
298b09c
dec58de
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
paths: | ||
- '.github/scripts/spec.py' | ||
- '.github/workflows/_linux_transformers.yml' | ||
workflow_dispatch: | ||
workflow_call: | ||
inputs: | ||
pytorch: | ||
required: false | ||
|
@@ -39,6 +39,8 @@ on: | |
type: string | ||
default: 'v4.47.0' | ||
description: Transformers version | ||
workflow_dispatch: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This won't work. You will need to duplicate all inputs from workflow_call There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Never mind. Just check. I have renamed workflow_call. |
||
inputs: | ||
transformers_test: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Drop this. Let's focus on a single test - There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please, drop |
||
required: true | ||
type: string | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add
on: pull_request
. We need verify workflow before merging.