diff --git a/action.yaml b/action.yaml index 4cf4357..0fa3b5d 100644 --- a/action.yaml +++ b/action.yaml @@ -23,7 +23,7 @@ runs: using: "composite" steps: - name: Install python pip - run: python -m pip install --upgrade pip + run: python3 -m pip install --upgrade pip shell: bash - name: Erase MySQL package run: sudo apt-get purge mysql-* || true