Skip to content

Fix ci

Wout De Nolf requested to merge fix_ci into main
  • 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 use tmp_path
  • test other python versions as well
Edited by Wout De Nolf

Merge request reports