@ -87,8 +87,9 @@ jobs:
uses : protocolbuffers/protobuf-ci/checkout@v3
with:
ref : ${{ inputs.safe-checkout }}
- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
- name : "Setup Python"
uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with :
cache : pip
cache-dependency-path : 'python/requirements.txt'
- name : Run tests
@ -114,7 +115,8 @@ jobs:
uses : protocolbuffers/protobuf-ci/checkout@v3
with:
ref : ${{ inputs.safe-checkout }}
- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
- name : "Setup Python"
uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
cache : pip
cache-dependency-path : 'python/requirements.txt'
@ -225,7 +227,8 @@ jobs:
with:
name : requirements
path : requirements
- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
- name : Setup Python
uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
if : ${{ !matrix.continuous-only || inputs.continuous-run }}
with:
python-version : ${{ matrix.python-version }}
@ -286,7 +289,8 @@ jobs:
path : wheels
- name : Delete Binary Wheels
run : find wheels -type f | grep -v none-any | xargs rm
- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
- name : "Setup Python"
uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
python-version : ${{ matrix.python-version }}
- name : Setup Python venv