From 0cff2080aea536be2acea23c35c39c78eacddc08 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 17 Apr 2023 21:38:11 +1000 Subject: [PATCH] Pin PIP version (for testing) (#4617) (cherry picked from commit ab792aa96f491c9a37c4a65db5ceae3222cdc2c9) --- .github/actions/setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 4970841c60..c4966e1216 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -48,7 +48,7 @@ runs: if: ${{ inputs.python == 'true' }} shell: bash run: | - python3 -m pip install -U pip + python3 -m pip install pip==23.0.1 pip3 install invoke wheel - name: Install Specific Python Dependencies if: ${{ inputs.pip-dependency }}