diff options
author | 2020-02-22 21:24:52 -0800 | |
---|---|---|
committer | 2020-02-22 21:24:52 -0800 | |
commit | 01abcb67ef3efc52edcfa302377137b46007287f (patch) | |
tree | a6a2df1285724f4d747a4d8ebcb2b939e46d5232 /tests/__init__.py | |
parent | CI: log when the build cache is used (diff) |
CI: don't run commands through pipenv
Since #62, the dependencies have been installed to the system
interpreter. Therefore, it's not necessary to run through pipenv to
ensure the commands run through an activated virtual environment.
This should also fix pipenv run creating a virtual environment. It seems
it cannot tell when it should be using the system interpreter. It
probably wasn't designed for that anyway i.e. the intent was to run
commands directly in such case, which is what this PR will do.
Diffstat (limited to 'tests/__init__.py')
0 files changed, 0 insertions, 0 deletions