Skip to content
Snippets Groups Projects
Commit 16575fdd authored by David Schäfer's avatar David Schäfer
Browse files

Merge branch 'local-installs' into 'develop'

allow local and repo installs

Closes #479

See merge request !852
parents f4e4847b 56bd9232
No related branches found
No related tags found
1 merge request!852allow local and repo installs
Pipeline #206932 passed with stages
in 7 minutes and 14 seconds
......@@ -28,13 +28,6 @@ if v["dirty"]:
f"The repository you build is dirty. Please commit changes first {v}."
)
if "dev" in v["version"] and name == "saqc":
raise ValueError(
f"An saqc release must have version in the format X.Y.Z, "
f"which requires a git tag on the same commit. Please set "
f"a tag, then build again. {v}"
)
setup(
name=name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment