Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
6f3700b4
Commit
6f3700b4
authored
Jul 25, 2018
by
eric pellegrini
Browse files
Added matplotlib to the list of packages not to be added to site-packages.zip
parent
6a653a3d
Pipeline
#4246
passed with stages
in 26 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Unix/MacOS/build.py
View file @
6f3700b4
...
...
@@ -29,7 +29,7 @@ if sys.platform.startswith('darwin'):
'dist_dir'
:
os
.
path
.
join
(
os
.
environ
[
'CI_TEMP_DIR'
],
'dist'
),
'graph'
:
False
,
'xref'
:
False
,
'packages'
:
[
"MDANSE"
,
"MMTK"
,
"Scientific"
]
'packages'
:
[
"MDANSE"
,
"MMTK"
,
"Scientific"
,
"matplotlib"
]
}
setup
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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