Skip to content

Commit

Permalink
fix: Use exact version of pipenv as new version has bug where it does…
Browse files Browse the repository at this point in the history
… not install platformdirs
  • Loading branch information
nickderobertis committed Aug 14, 2022
1 parent 9e2f384 commit 8a0f225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
steps:
- name: Install pipenv
shell: bash
run: pipx install pipenv
run: pipx install pipenv==2022.3.24
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 8a0f225

Please sign in to comment.