Skip to content

Commit

Permalink
Handle moo url
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmogan committed Sep 26, 2024
1 parent c308e99 commit cd8f9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spack/make-release-repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def generate_pyvenv_requirements(self, output_file):
repo_name = pyvenv_url_names.get(iname, {}).get("repo_name", iname)
egg_name = pyvenv_url_names.get(iname, {}).get("egg_name", repo_name)

if iversion == "develop":
if iversion == "develop" or iname == "moo":
iline = f"git+https://github.com/{iuser}/{repo_name}@{iversion}#egg={egg_name}"
else:
iline = f"git+https://github.com/{iuser}/{repo_name}@v{iversion}#egg={egg_name}"
Expand Down

0 comments on commit cd8f9f5

Please sign in to comment.