try pip3
Some checks failed
Build Changed / build_and_upload_changed_packages (push) Failing after 1s
Some checks failed
Build Changed / build_and_upload_changed_packages (push) Failing after 1s
This commit is contained in:
parent
f8880e8bd3
commit
e1517dcd4f
@ -6,7 +6,7 @@ jobs:
|
||||
build_and_upload_changed_packages:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: python3-pip install -U pip
|
||||
- run: pip3 install -U pip
|
||||
- run: pip install twine build toml
|
||||
# Determine the list of changed files using git
|
||||
- run: git diff --name-only $CI_COMMIT_BEFORE_SHA $CI_COMMIT_SHA > changed_files.txt
|
||||
|
Loading…
Reference in New Issue
Block a user