Skip to content
Snippets Groups Projects
Commit 51b18794 authored by hjulienne's avatar hjulienne
Browse files
parents a42199bd 99ec8441
Branches main
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ image: centos:centos7 ...@@ -2,8 +2,8 @@ image: centos:centos7
pages: pages:
script: script:
- yum install -y epel-release wget - yum install -y epel-release wget
- wget https://centos7.iuscommunity.org/ius-release.rpm - wget https://repo.ius.io/ius-release-el7.rpm
- rpm -Uvh ius-release*.rpm - rpm -Uvh ius-release-*.rpm
- yum provides python3.5 - yum provides python3.5
- yum install -y python35u python35u-libs python35u-devel python35u-pip - yum install -y python35u python35u-libs python35u-devel python35u-pip
- pip3.5 install -U pip - pip3.5 install -U pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment