see what the deal is with the pip cache

This commit is contained in:
Jean-Paul Calderone 2018-07-10 12:47:48 -04:00
parent 3c9b85809d
commit 606cea7db5
2 changed files with 3 additions and 1 deletions

View File

@ -117,6 +117,8 @@ jobs:
# readable.
working_directory: "/tmp"
command: |
# XXX DEBUGGING
ls -la /tmp/nobody
/tmp/project/.circleci/setup-virtualenv.sh \
"${TAHOE_LAFS_TOX_ENVIRONMENT}" \
"${TAHOE_LAFS_TOX_ARGS}"

View File

@ -24,7 +24,7 @@ sudo --set-home -u nobody /tmp/tests/bin/pip install certifi
sudo --set-home -u nobody /tmp/tests/bin/pip install --upgrade pip setuptools wheel
# Populate the wheelhouse, if necessary.
sudo --set-home -u nobody /tmp/tests/bin/pip -vvv \
sudo --set-home -u nobody /tmp/tests/bin/pip \
wheel \
--wheel-dir "${WHEELHOUSE_PATH}" \
/tmp/project