Skip to content

Commit

Permalink
be verbose around ~/virtualenv cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Mar 23, 2021
1 parent b2b7917 commit 5732597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5732597

Please sign in to comment.