FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit a35bf672 authored by L. Bower's avatar L. Bower
Browse files

adding a temporary extra path to the CI pythonpath so it works with the...

adding a temporary extra path to the CI pythonpath so it works with the env_suit production config. Need to change the production paths next week
parent 3afe4206
No related branches found
No related tags found
No related merge requests found
......@@ -62,12 +62,13 @@ stages:
- advisory=$PACKAGES_DIR/advisory_builder
- met_processing=$PACKAGES_DIR/met_extractor_v2/met_data_extraction
- met_processor=$PACKAGES_DIR/environmental_suitability
- met_processor_temp=$PACKAGES_DIR/environmental_suitability/environmental_suitability
- plotting=$PACKAGES_DIR/plotting/plotting
- post_processing=$PACKAGES_DIR/post_processing/ews_postprocessing
- source_gen=$PACKAGES_DIR/source_gen
- coordinator=$CI_PROJECT_DIR/coordinator
- coordinator_tests=$CI_PROJECT_DIR/tests
- export PYTHONPATH=$PYTHONPATH:$flagdir:$epimodel:$advisory:$met_processing:$met_processor:$plotting:$source_gen:$post_processing:$coordinator:$coordinator_tests
- export PYTHONPATH=$PYTHONPATH:$met_processor_temp:$flagdir:$epimodel:$advisory:$met_processing:$met_processor:$plotting:$source_gen:$post_processing:$coordinator:$coordinator_tests
- echo "pythonpath - " $PYTHONPATH
- ls $PACKAGES_DIR
......
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