Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass
Manage
Activity
Members
Labels
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Statistical-Genetics
jass
Commits
855ded5e
Commit
855ded5e
authored
2 years ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
python 3.6 is deprecated, removing testing it into centos7
parent
ba146935
No related branches found
No related tags found
4 merge requests
!52
Bring all changes from dev into master
,
!51
merge fast-api into dev
,
!47
Dev fastapi k8s fixing tests
,
!45
Deploy app in kubernetes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-20
0 additions, 20 deletions
.gitlab-ci.yml
with
0 additions
and
20 deletions
.gitlab-ci.yml
+
0
−
20
View file @
855ded5e
...
...
@@ -3,26 +3,6 @@ stages:
-
test
-
deploy
test-centos7
:
needs
:
[]
image
:
centos:centos7
stage
:
test
script
:
-
yum install -y epel-release wget
-
yum install -y https://repo.ius.io/ius-release-el7.rpm
-
yum update -y
-
yum provides python3.6
-
yum install -y python36u python36u-libs python36u-devel python36u-pip
-
yum install -y blas-devel lapack-devel
-
pip3.6 install --user pip
-
python3.6 -m pip install virtualenv
-
virtualenv -p python3.6 venv
-
. venv/bin/activate
-
yum install -y git
-
pip3.6 install -r requirements.txt
-
yum install -y httpd httpd-devel gcc
-
pip3.6 install mod_wsgi
-
python3.6 setup.py test
.test-python
:
needs
:
[]
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment