From aa5aff246b15a323d90b2e7e0e5128eb3f3f0092 Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Wed, 26 Oct 2022 13:43:15 -0700 Subject: [PATCH] Locks pipenv to the latest, last working version --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4aea177a1..afd3d1a73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,8 +44,7 @@ jobs: - name: Install pipenv run: | - pipx install pipenv==2022.8.5 - pipenv --version + pipx install pipenv==2022.10.12 - name: Set up Python uses: actions/setup-python@v4 @@ -107,8 +106,7 @@ jobs: - name: Install pipenv run: | - pipx install pipenv==2022.10.4 - pipenv --version + pipx install pipenv==2022.10.12 - name: Set up Python uses: actions/setup-python@v4