File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 run : |
1919 set -ex
2020 pip install uv
21- uv pip install --upgrade --system pip wheel
21+ uv pip install --upgrade --system pip wheel setuptools
2222 uv pip install --system .${{ inputs.pip_deps }}
2323 - name : Run checks
2424 shell : bash
Original file line number Diff line number Diff line change 1414 run : |
1515 set -ex
1616 pip install uv
17- uv pip install --upgrade --system pip wheel
17+ uv pip install --upgrade --system pip wheel setuptools
1818 uv pip install --system coverage[toml]==6.5.0
1919 - name : Download artifacts
2020 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 6969 export PATH=/composer-python:$PATH
7070 export COMPOSER_PACKAGE_NAME='${{ inputs.composer_package_name }}'
7171 pip install uv
72- uv pip install --system --upgrade pip wheel
72+ uv pip install --system --upgrade pip wheel setuptools
7373 uv pip install --system .${{ inputs.pip_deps }}
7474 - name : Run Tests
7575 id : tests
You can’t perform that action at this time.
0 commit comments