From 7131ddba3fe8f1fb9fb0b8f70f4cb3a20518b269 Mon Sep 17 00:00:00 2001 From: Daniel Simmons-Ritchie <37225902+SimmonsRitchie@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:14:47 -0600 Subject: [PATCH] Revert "Tweak pip installation" This reverts commit 435ba6b2211776555c1c4a80f4759201b235eb12. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c39f0981a..83795bb7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,6 @@ jobs: - name: Install Pipenv uses: dschep/install-pipenv-action@v1 - - name: Detect correct pip version - run: pip install -U pip - - name: Install dependencies run: pipenv sync --dev env: