Skip to content

Commit

Permalink
CI: Use pipenv 2018.11.26 for now
Browse files Browse the repository at this point in the history
Until this bug is fixed: pypa/pipenv#4220
  • Loading branch information
EwoutH committed Jun 15, 2020
1 parent 3a23f61 commit a04e8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install wheel
- run: pip install pipenv
- run: pip install pipenv==2018.11.26
- run: pipenv install --dev
- run: python setup.py install
# - run: pytest

0 comments on commit a04e8e9

Please sign in to comment.