Fix ci
- CI was failing because
edna_script.template
was not included in the package (every folder needs a__init__.py
file to be included in the package) - instead of
tmpdir
+pathlib.Path
we can usetmp_path
- test other python versions as well
Edited by Wout De Nolf