Skip to content

Commit 792349a

Browse files
committed
Build: add debug output to conftest.py to see why the core is
not found while running test on github using github actions.
1 parent de8d43b commit 792349a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pycromanager/test/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def install_mm():
6262
# Download an install latest nightly build
6363
mm_install_dir = download_and_install_mm(destination='auto')
6464

65+
print('Micro-Manager installed in ' + mm_install_dir)
66+
6567
#### Replace with newer versions of Java libraries ####
6668
# find pycro-manager/java path
6769
if os.path.isdir('java'):

0 commit comments

Comments
 (0)