Skip to content
Snippets Groups Projects
Commit 3071bc37 authored by Henke's avatar Henke
Browse files

Specify pip3

parent c09a191b
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -3,8 +3,8 @@ image: ubuntu ...@@ -3,8 +3,8 @@ image: ubuntu
before_script: before_script:
- apt-get -qq update -y && apt-get -qq upgrade -y - apt-get -qq update -y && apt-get -qq upgrade -y
- apt-get -qq install -y python3-pip python3-dev build-essential - apt-get -qq install -y python3-pip python3-dev build-essential
- pip install --upgrade pip - pip3 install --upgrade pip
- pip install virtualenv - pip3 install virtualenv
mytestrunner: mytestrunner:
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment