Skip to content

Commit 21b85b6

Browse files
committed
remove pip update step from publish and tests workflows
1 parent 12fa135 commit 21b85b6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
uses: actions/setup-python@v5
2222
with:
2323
python-version: "3.13"
24-
- name: Update pip
25-
run: python -m pip install -U pip
2624
- name: Install uv
2725
uses: astral-sh/setup-uv@v6
2826
- name: Install dependencies

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}
34-
- name: Update pip
35-
run: python -m pip install -U pip
3634
- name: Install uv
3735
uses: astral-sh/setup-uv@v6
3836
- name: Install dependencies

0 commit comments

Comments
 (0)