Skip to content

Commit ee344ef

Browse files
authored
Merge pull request #13 from pylhc/no_update
2 parents e24b7bf + bc95c39 commit ee344ef

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ jobs:
7171
cache: 'pip'
7272
cache-dependency-path: '**/${{ inputs.dependency-file }}'
7373

74-
- name: Upgrade pip, setuptools and wheel
75-
run: uv pip install --upgrade pip setuptools wheel
76-
7774
- name: Install package
7875
run: uv pip install '.[${{ inputs.extra-dependencies }}]'
7976

.github/workflows/cron.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ jobs:
7070
cache: 'pip'
7171
cache-dependency-path: '**/${{ inputs.dependency-file }}'
7272

73-
- name: Upgrade pip, setuptools and wheel
74-
run: uv pip install --upgrade pip setuptools wheel
75-
7673
- name: Install package
7774
run: uv pip install '.[${{ inputs.extra-dependencies }}]'
7875

.github/workflows/documentation.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ jobs:
6060
cache: 'pip'
6161
cache-dependency-path: '**/${{ inputs.dependency-file }}'
6262

63-
- name: Upgrade pip, setuptools and wheel
64-
run: uv pip install --upgrade pip setuptools wheel
65-
6663
- name: Install package
6764
run: uv pip install '.[${{ inputs.extra-dependencies }}]'
6865

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ jobs:
5858
cache: 'pip'
5959
cache-dependency-path: '**/${{ inputs.dependency-file }}'
6060

61-
- name: Upgrade pip, setuptools, wheel, build and twine
62-
run: uv pip install --upgrade pip setuptools wheel build twine
63-
6461
- name: Build and check build
6562
run: |
6663
python -m build

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ jobs:
8989
cache: 'pip'
9090
cache-dependency-path: '**/${{ inputs.dependency-file }}'
9191

92-
- name: Upgrade pip, setuptools and wheel
93-
run: uv pip install --upgrade pip setuptools wheel
94-
9592
- name: Install package
9693
run: uv pip install '.[${{ inputs.extra-dependencies }}]'
9794

0 commit comments

Comments
 (0)