mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
see what the deal is with the pip cache
This commit is contained in:
parent
3c9b85809d
commit
606cea7db5
@ -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}"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user