Skip to content

Commit 5755482

Browse files
committed
Stop upgrading pip @ GHA unnecessarily
1 parent dfc70e7 commit 5755482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-smoke-test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Install the packaging-related tools
52-
run: python3 -m pip install --upgrade pip build twine
52+
run: python3 -m pip install build twine
5353
- name: Create the stub package importable directory
5454
run: mkdir -pv src/test_package
5555
- name: Populate the stub package `__init__.py`

0 commit comments

Comments
 (0)