Skip to content
Snippets Groups Projects
Commit e7a67579 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

swtich matplotlib backend to agg by default

parent 32e4eafb
No related branches found
No related tags found
No related merge requests found
...@@ -440,3 +440,8 @@ LANG="en_US.UTF-8" ...@@ -440,3 +440,8 @@ LANG="en_US.UTF-8"
LC_ALL="${LANG}" LC_ALL="${LANG}"
export_env LANG export_env LANG
export_env LC_ALL export_env LC_ALL
# Set up the location of matplotlibrc:
# https://matplotlib.org/users/customizing.html#the-matplotlibrc-file
MATPLOTLIBRC="_ci"
export_env MATPLOTLIBRC
...@@ -61,6 +61,7 @@ get_script ${1} cacert.pem ...@@ -61,6 +61,7 @@ get_script ${1} cacert.pem
get_script ${1} functions.sh get_script ${1} functions.sh
get_script ${1} conda_build_config.yaml get_script ${1} conda_build_config.yaml
get_script ${1} recipe_append.yaml get_script ${1} recipe_append.yaml
get_script ${1} matplotlibrc
get_exec ${1} before_build.sh get_exec ${1} before_build.sh
for stage in "build" "deploy" "pypi"; do for stage in "build" "deploy" "pypi"; do
get_exec ${1} ${stage}.sh get_exec ${1} ${stage}.sh
......
backend : agg
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