diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-06-24 10:57:01 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-06-24 10:57:01 -0400 |
| commit | 1125dad3b50dbc0fd6540760e0db4b24dd9051e2 (patch) | |
| tree | d9016c3fce01b5e0563f5609e14adff2894679b5 /include/core.h | |
| parent | 3b8e8078408feb49cd41272935f3df2e35faa092 (diff) | |
| download | stasis-1125dad3b50dbc0fd6540760e0db4b24dd9051e2.tar.gz | |
Implements conda reactivation template string
* {{ workaround.conda_reactivate }}
* This is useful to call after installing any conda packages within a test.script
Diffstat (limited to 'include/core.h')
| -rw-r--r-- | include/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index 1a7ddea..ac9ae2f 100644 --- a/include/core.h +++ b/include/core.h @@ -72,6 +72,7 @@ struct STASIS_GLOBAL { char *sysconfdir; //!< Path where STASIS reads its configuration files (mission directory, etc) struct { char *tox_posargs; + char *conda_reactivate; } workaround; struct Jfrog { char *jfrog_artifactory_base_url; |
