We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7285881 commit 2e32a35Copy full SHA for 2e32a35
1 file changed
tools/tests/component-templates/micro-manager.yaml
@@ -5,12 +5,15 @@ build:
5
- {{key}}={{value}}
6
{% endfor %}
7
target: micro_manager
8
+environment:
9
+ - PRECICE_TUTORIALS_NO_VENV=1
10
depends_on:
11
prepare:
12
condition: service_completed_successfully
13
volumes:
14
- {{ run_directory }}:/runs
15
command: >
16
/bin/bash -c "id &&
17
+ ([ -z \"$$PRECICE_TUTORIALS_NO_VENV\" ] || { python3 -c 'import precice' || { echo 'ERROR: PRECICE_TUTORIALS_NO_VENV set but precice not importable. Check Docker image.'; exit 1; }; }) &&
18
cd '/runs/{{ tutorial_folder }}/{{ case_folder }}' &&
19
{{ run }} | tee system-tests_{{ case_folder }}.log 2>&1"
0 commit comments