Skip to content

Commit

Permalink
Drop --three from pipenv execution
Browse files Browse the repository at this point in the history
  • Loading branch information
drGrove committed Jul 4, 2023
1 parent 8fac7fc commit 094b3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ commands:
command: |
python -m pip install --user pip
python -m pip install --user pipenv
python -m pipenv --three install --dev
python -m pipenv install --dev
environment:
PIP_SHIMS_BASE_MODULE: pipenv.patched.notpip
- save_cache:
Expand Down

0 comments on commit 094b3bc

Please sign in to comment.