Pin PIP version (for testing)

This commit is contained in:
Oliver Walters 2023-04-17 20:37:54 +10:00
parent 87f2ebced1
commit ab792aa96f

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