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

Fix matplotlibrc path

parent f387da6d
No related branches found
No related tags found
No related merge requests found
...@@ -443,5 +443,5 @@ export_env LC_ALL ...@@ -443,5 +443,5 @@ export_env LC_ALL
# Set up the location of matplotlibrc: # Set up the location of matplotlibrc:
# https://matplotlib.org/users/customizing.html#the-matplotlibrc-file # https://matplotlib.org/users/customizing.html#the-matplotlibrc-file
MATPLOTLIBRC="_ci" MATPLOTLIBRC="${CI_PROJECT_DIR}/_ci"
export_env MATPLOTLIBRC export_env MATPLOTLIBRC
build: build:
script_env: script_env:
- DOCSERVER - DOCSERVER
- MATPLOTLIBRC
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment