Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed May 27, 2021
1 parent 0a972aa commit 96251cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,12 @@ commands:
- run:
name: Install Python dependencies with Pipenv
command: pipenv install --python << parameters.python_version >> --dev --skip-lock --pre
# Workaround for pipenv check erroneously requiring pip>=21.1,
# even if it is in fact installed and that version is fixed in Pipfile.
# See https://github.com/pypa/pipenv/issues/4147
- run:
name: Check PEP 508 Requirements
command: pipenv check
command: pipenv check --ignore 40291
- persist_to_workspace:
root: ~/.local/share/virtualenvs/
paths:
Expand Down

0 comments on commit 96251cf

Please sign in to comment.