From fbe64418e7f27a44b0b4717d9f589eda43941ede Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:41:59 +0100 Subject: [PATCH] Update in the recommended way --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3816331..24ac4ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: - name: Update pip run: | - pip install --upgrade pip + python -m pip install --upgrade pip - name: Cache pip dependencies uses: actions/cache@v5