Skip to content

Commit cb7a0f9

Browse files
committed
Pass necessary environment variables to the make call.
1 parent 70cb657 commit cb7a0f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roles/fidimag/tasks/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
chdir: "{{ FIDIMAG_INSTALL_PATH }}"
3737
environment:
3838
DISPLAY: ":{{ successful_display.stdout }}"
39+
PYTHONPATH: "{{ FIDIMAG_INSTALL_PATH }}"
40+
LD_LIBRARY_PATH: "{{ FIDIMAG_INSTALL_PATH }}/local/lib"
3941
sudo: yes
4042

4143
# Cleanup.

0 commit comments

Comments
 (0)