Launchable: Fix the warning of pip
This commit is contained in:
parent
e9e752c7ef
commit
2c0cf6837c
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@871daa956ca9ea99f3c3e30acb424b7960676734 # v5.0.0
|
uses: actions/setup-python@871daa956ca9ea99f3c3e30acb424b7960676734 # v5.0.0
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.x"
|
||||||
if: steps.enable_launchable.outputs.enable_launchable
|
if: steps.enable_launchable.outputs.enable_launchable
|
||||||
|
|
||||||
- name: Set up Java
|
- name: Set up Java
|
||||||
@ -128,7 +128,9 @@ jobs:
|
|||||||
- name: Set up Launchable
|
- name: Set up Launchable
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
pip install launchable
|
PATH=$PATH:$(python -msite --user-base)/bin
|
||||||
|
echo "PATH=$PATH" >> $GITHUB_ENV
|
||||||
|
pip install --user launchable
|
||||||
launchable verify
|
launchable verify
|
||||||
: # The build name cannot include a slash, so we replace the string here.
|
: # The build name cannot include a slash, so we replace the string here.
|
||||||
github_ref="$(echo ${{ github.ref }} | sed 's/\//_/g')"
|
github_ref="$(echo ${{ github.ref }} | sed 's/\//_/g')"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user