Skip to content

Commit 5110474

Browse files
Using Python 3.6 because of OpenCyphal/pydsdl#26
1 parent 54f8660 commit 5110474

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitlab-ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
before_script:
2+
- sudo add-apt-repository ppa:deadsnakes/ppa
23
- apt-get update
3-
- PATH=$HOME/texlive/bin/x86_64-linux:$PATH
44
- apt-get install -y texlive-full
55
- apt-get install -y python-pygments
6-
- apt-get install -y python3 python3-pip
6+
- apt-get install -y python3.6
77
- apt-get install -y git
88
- apt-get install -y ghostscript
9-
- pip3 install -r requirements.txt
9+
- update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 10
10+
- python3.6 -m pip install -r requirements.txt
1011

1112
job:
1213
image: ubuntu:16.04

0 commit comments

Comments
 (0)