Pin PIP version (for testing) (#4617)

(cherry picked from commit ab792aa96f)
This commit is contained in:
Oliver 2023-04-17 21:38:11 +10:00 committed by GitHub
parent 713aec1ae3
commit 0cff2080ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}