Skip to content

Commit

Permalink
Use pipenv 2021.5.29 to circumvent errors on Ubuntu 20.04: pypa/pipen…
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Nov 8, 2021
1 parent 621dfd0 commit c19896f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pre-commit.yml
Expand Up @@ -61,9 +61,11 @@ jobs:
python-version: "3.7"

- name: Install pipenv
# Use pipenv 2021.5.29 to circumvent errors:
# https://github.com/pypa/pipenv/issues/4833
run: |
python -m pip install --upgrade pip
python -m pip install pipenv
python -m pip install --no-cache-dir --upgrade pip
python -m pip install --no-cache-dir pipenv==2021.5.29
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit c19896f

Please sign in to comment.