Commit 913f8a12 authored by Andrei Barbu's avatar Andrei Barbu

run pip with sudo

parent 16d38400
......@@ -6,8 +6,8 @@ dependencies:
pre:
- rm -rf /opt/circleci/.pyenv
- sudo apt-get install -y python3-pip git libtinfo-dev libzmq3-dev
- pip3 install pip --upgrade
- pip3 install -r requirements.txt
- sudo pip3 install pip --upgrade
- sudo pip3 install -r requirements.txt
- curl -sSL https://get.haskellstack.org/ | sh
- stack install gtk2hs-buildtools
- stack install --fast
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment