From 5732597832eedd98470c9ff2d53ec9ce1e95af2b Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Tue, 23 Mar 2021 01:56:42 -0500 Subject: [PATCH] be verbose around ~/virtualenv cache --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d3d1e3c665..670cae73250 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -167,6 +167,7 @@ jobs: sudo apt-get -f -y install libldap2-dev libsasl2-dev libssl-dev libyaml-dev ldap-utils - name: Install virtualenv run: | + set -x # Note: Use the verison of virtualenv pinned in fixed-requirements.txt so we # only have to update it one place when we change the version # Note: Use --user to avoid polluting system site-packages (which breaks one of our tests)