1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-16 07:10:09 -07:00

CircleCI: Restore "sudo" to pip

This commit is contained in:
Adrian Sampson 2019-06-30 14:17:32 -04:00
parent 9e7665c07b
commit 0541108855

View File

@ -12,7 +12,7 @@ jobs:
- restore_cache: - restore_cache:
key: pip key: pip
- run: - run:
command: pip install tox command: sudo pip install tox
- save_cache: - save_cache:
key: pip key: pip
paths: paths: