The group is named differently on different OS.

Maybe this is good enough?
This commit is contained in:
Jean-Paul Calderone 2018-07-10 13:24:17 -04:00
parent 6e5d11dbd0
commit e3aa349a71

View File

@ -8,7 +8,7 @@ shift || :
# Make sure the ownership of the pip cache directory is correct. The CircleCI
# cache management operations seem to mess it up.
sudo chown --recursive nobody:nogroup /tmp/nobody/.cache
sudo chown --recursive nobody /tmp/nobody/.cache
# Set up the virtualenv as a non-root user so we can run the test suite as a
# non-root user. See below.