From 8d68878cc0c2ffcab74ba815c6fd89f0af18e7a4 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Tue, 11 Oct 2022 18:18:39 +0100 Subject: [PATCH] `python3` instead of `python` in push CI setup job (#19492) Co-authored-by: ydshieh --- .github/workflows/self-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-push.yml b/.github/workflows/self-push.yml index b09e7046c8..e64b32270e 100644 --- a/.github/workflows/self-push.yml +++ b/.github/workflows/self-push.yml @@ -117,7 +117,7 @@ jobs: # TODO: add `git-python` in the docker images run: | pip install --upgrade git-python - python utils/tests_fetcher.py --diff_with_last_commit | tee test_preparation.txt + python3 utils/tests_fetcher.py --diff_with_last_commit | tee test_preparation.txt - name: Report fetched tests uses: actions/upload-artifact@v2