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