From e5a8743fdc79e6b2a434e3efe4fc93d2c94eb260 Mon Sep 17 00:00:00 2001 From: Rafael Hautekiet Date: Wed, 26 Apr 2023 16:22:56 +0200 Subject: [PATCH] Upgrade pipenv version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2025f37..05cee70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: python-version: ${{ matrix.python }} - name: Run tests run: | - python -m pip install pipenv==2018.11.26 + python -m pip install pipenv==2023.4.20 pipenv install -d --python ${{ matrix.python }} pipenv run pytest tests shell: bash