Skip to content

Commit

Permalink
Work around for pipenv issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiebert committed May 30, 2022
1 parent 52a77ed commit 7d260d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install pipenv
run: |
pip install -U pipenv
pip install -U pipenv==2022.3.28
- name: Install OS dependencies
run: |
Expand Down

0 comments on commit 7d260d5

Please sign in to comment.