Skip to content
Snippets Groups Projects
Unverified Commit 93fb291b authored by boeschf's avatar boeschf Committed by GitHub
Browse files

disable spack latest_release (#2246)

The spack CI test fails when a point release (`latest_release`) for
`spack` is selected, but works for the `develop` branch. This is most
likely connected to the external `spack` buildcache, maintained by spack
developers (https://github.com/spack/github-actions-buildcache).
Therefore, we disable the `latest_release` case until a workaround is
implemented or a compatible `spack` buildcache is available.
parent 21f50290
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,9 @@ jobs:
strategy:
matrix:
python-version: ['3.10']
spack-version: ['develop', 'latest_release']
# disable latest_release for now, pending a compatible buildcache
#spack-version: ['develop', 'latest_release']
spack-version: ['develop']
fail-fast: false
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment