Skip to content

Commit

Permalink
Upgrade pipenv
Browse files Browse the repository at this point in the history
Signed-off-by: John Strunk <[email protected]>
  • Loading branch information
JohnStrunk committed Jan 17, 2022
1 parent 1d368ba commit 6f58d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
# https://github.com/pypa/pipenv/releases
PIPENV_INSTALL_VERSION: "2021.5.29"
PIPENV_INSTALL_VERSION: "2022.1.8"

jobs:
test:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Initialize virtual environment
shell: cmd
run: pipenv install --deploy --no-site-packages
run: pipenv install --deploy --no-site-packages -v

- name: Run tests
shell: cmd
Expand Down

0 comments on commit 6f58d5d

Please sign in to comment.