Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michiel Cottaar
fslpy
Commits
7459668e
Commit
7459668e
authored
7 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
scipy is now in requirements.txt. Oops, i meant ubuntu 16.04
parent
1451f65f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-4
2 additions, 4 deletions
.gitlab-ci.yml
with
2 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
4
View file @
7459668e
...
...
@@ -252,7 +252,6 @@ variables:
# it, it will build/install everything
# from source, rather than using wheels.
-
pip install -r requirements.txt
-
pip install scipy
-
pip install sphinx sphinx-rtd-theme
-
pip install pytest pytest-cov pytest-html pytest-runner mock coverage
...
...
@@ -346,17 +345,16 @@ test:3.6:
style
:
stage
:
style
image
:
ubuntu:1
4
.04
image
:
ubuntu:1
6
.04
<<
:
*test_template
variables
:
PY_VERSION
:
"
python3.5"
PY_PACKAGES
:
"
python3-pip
python3-venv"
PY_VENV
:
"
python3.5
-m
venv"
INSTALL_WX
:
"
pip
install
--only-binary
wxpython
-f
$WXPYTHON_UBUNTU1
4
04_URL
wxpython"
INSTALL_WX
:
"
pip
install
--only-binary
wxpython
-f
$WXPYTHON_UBUNTU1
6
04_URL
wxpython"
TEST_STYLE
:
"
true"
###########
# Doc stage
###########
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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