Skip to content

Commit 62e197e

Browse files
authored
bump setuptools (#40)
1 parent 911a471 commit 62e197e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/code-quality/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
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

.github/actions/coverage/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
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

.github/actions/pytest-cpu/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
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

0 commit comments

Comments
 (0)