Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Statistical-Genetics
jass_preprocessing
Commits
62336db2
Commit
62336db2
authored
Aug 05, 2021
by
Hanna JULIENNE
Browse files
Update .gitlab-ci.yml to python 3.6
parent
d2de5307
Pipeline
#62794
passed with stages
in 1 minute and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
62336db2
...
...
@@ -4,11 +4,11 @@ pages:
-
yum install -y epel-release wget
-
wget https://repo.ius.io/ius-release-el7.rpm
-
rpm -Uvh ius-release-*.rpm
-
yum provides python3.
5
-
yum install -y python3
5
u python3
5
u-libs python3
5
u-devel python3
5
u-pip
-
pip3.
5
install -U pip
-
pip3.
5
install virtualenv
-
virtualenv -p python3.
5
venv
-
yum provides python3.
6
-
yum install -y python3
6
u python3
6
u-libs python3
6
u-devel python3
6
u-pip
-
pip3.
6
install -U pip
-
pip3.
6
install virtualenv
-
virtualenv -p python3.
6
venv
-
. venv/bin/activate
-
pip3 install sphinx
-
yum install -y make
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment