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
8d68878c
Unverified
Commit
8d68878c
authored
Oct 11, 2022
by
Yih-Dar
Committed by
GitHub
Oct 11, 2022
Browse files
`python3` instead of `python` in push CI setup job (#19492)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
5ca131f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+1
-1
No files found.
.github/workflows/self-push.yml
View file @
8d68878c
...
@@ -117,7 +117,7 @@ jobs:
...
@@ -117,7 +117,7 @@ jobs:
# TODO: add `git-python` in the docker images
# TODO: add `git-python` in the docker images
run
:
|
run
:
|
pip install --upgrade git-python
pip install --upgrade git-python
python utils/tests_fetcher.py --diff_with_last_commit | tee test_preparation.txt
python
3
utils/tests_fetcher.py --diff_with_last_commit | tee test_preparation.txt
-
name
:
Report fetched tests
-
name
:
Report fetched tests
uses
:
actions/upload-artifact@v2
uses
:
actions/upload-artifact@v2
...
...
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