[Bug] Remove specific pipenv version restriction #203
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟩 priority: low
Low priority and doesn't need to be rushed
🚧 status: blocked
Blocked & therefore, not ready for work
Description
PR #201 added a specific version of
pipenv
(2021.5.29
). This was required as the current version ofpipenv
(2021.11.5.post0
) does not work well on Ubuntu 20.04, which is the current default for GitHub Actions.Reproduction
See pypa/pipenv#4833 and PR #201 GitHub Action logs.
Expectation
We should be able to use the latest version of
pipenv
(once it is not broken).Once
pipenv
has been fixed, the specific version should be removed:Environment
Additional context
The text was updated successfully, but these errors were encountered: