diff --git a/action.yml b/action.yml index dfe3b95..7f8dc18 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ description: "Init python environment" runs: using: "composite" steps: - - name: "install pip" + - id: "install pip" shell: bash run: | - python -m ensurepip + python3 -m ensurepip