Skip to content
Snippets Groups Projects
Commit f4b44273 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: add epic-capybara

parent c21b7265
No related branches found
No related tags found
1 merge request!751feat: add epic-capybara
...@@ -3,7 +3,7 @@ EICSPACK_ORGREPO="eic/eic-spack" ...@@ -3,7 +3,7 @@ EICSPACK_ORGREPO="eic/eic-spack"
## EIC spack commit hash or github version, e.g. v0.19.7 ## EIC spack commit hash or github version, e.g. v0.19.7
## note: nightly builds could use a branch e.g. releases/v0.19 ## note: nightly builds could use a branch e.g. releases/v0.19
EICSPACK_VERSION="47645083690b46a2cebd54f92b4648752be5c24d" EICSPACK_VERSION="1d2956a5f87ada2bf04ed1bdee761baf81b85feb"
## Space-separated list of eic-spack cherry-picks ## Space-separated list of eic-spack cherry-picks
read -r -d '' EICSPACK_CHERRYPICKS <<- \ read -r -d '' EICSPACK_CHERRYPICKS <<- \
......
...@@ -52,6 +52,7 @@ spack: ...@@ -52,6 +52,7 @@ spack:
- py-boto3 - py-boto3
- py-dask - py-dask
- py-deepdiff - py-deepdiff
- py-epic-capybara
- py-ipython - py-ipython
- py-jinja2 - py-jinja2
- py-jinja2-cli - py-jinja2-cli
......
...@@ -210,6 +210,9 @@ packages: ...@@ -210,6 +210,9 @@ packages:
py-deepdiff: py-deepdiff:
require: require:
- '@6.3.0' - '@6.3.0'
py-epic-capybara:
require:
- '@main'
py-ipython: py-ipython:
require: require:
- '@8.11.0' - '@8.11.0'
......
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