We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1365242 commit db7e3dbCopy full SHA for db7e3db
1 file changed
.github/workflows/deploy-2-start.yml
@@ -242,7 +242,7 @@ jobs:
242
hash=$(spack find --format '{hash}' $pkg)
243
version=$(spack find --format '{version}' $pkg)
244
location=$(spack find --format '{prefix}' $pkg)
245
- pkg_repo_url=$(spack python -c "import spack.spec; print(spack.spec.Spec('$pkg').package_class.git)")
+ pkg_repo_url=$(spack python -c "print(spack.repo.PATH.get_pkg_class('$pkg').git)")
246
247
# We need to create a tmp output file as jq doesn't support in-place read/write
248
jq \
0 commit comments