We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f8660 commit 5110474Copy full SHA for 5110474
.gitlab-ci.yml
@@ -1,12 +1,13 @@
1
before_script:
2
+ - sudo add-apt-repository ppa:deadsnakes/ppa
3
- apt-get update
- - PATH=$HOME/texlive/bin/x86_64-linux:$PATH
4
- apt-get install -y texlive-full
5
- apt-get install -y python-pygments
6
- - apt-get install -y python3 python3-pip
+ - apt-get install -y python3.6
7
- apt-get install -y git
8
- apt-get install -y ghostscript
9
- - pip3 install -r requirements.txt
+ - update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 10
10
+ - python3.6 -m pip install -r requirements.txt
11
12
job:
13
image: ubuntu:16.04
0 commit comments