Unverified Commit 8d68878c authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

`python3` instead of `python` in push CI setup job (#19492)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 5ca131f3
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment