From 57554824918150b5a5e437998e9ae0c679cb296c Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 6 Dec 2022 22:27:07 +0100 Subject: [PATCH] Stop upgrading pip @ GHA unnecessarily --- .github/workflows/self-smoke-test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-smoke-test-action.yml b/.github/workflows/self-smoke-test-action.yml index 01aa28d..bf35336 100644 --- a/.github/workflows/self-smoke-test-action.yml +++ b/.github/workflows/self-smoke-test-action.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Install the packaging-related tools - run: python3 -m pip install --upgrade pip build twine + run: python3 -m pip install build twine - name: Create the stub package importable directory run: mkdir -pv src/test_package - name: Populate the stub package `__init__.py`