Skip to content
Snippets Groups Projects
Commit 9cd2baba authored by Lukas Platz's avatar Lukas Platz
Browse files

unbreak setup without git in path

If there is no `git` executable in the path of the installing shell,
the setup will fail because the `setup.py` `write_version` function will
raise a `FileNotFoundError` exception.
parent 609ba005
Branches
Tags
1 merge request!617Unbreak setup when no `git` exectuable in path
Pipeline #100781 passed