From afc8c5282d2d4d134c9c10a32b2e3b3d995caa82 Mon Sep 17 00:00:00 2001 From: adrianciu <adrian.ciu@codemart.ro> Date: Fri, 7 Feb 2025 10:33:32 +0200 Subject: [PATCH] esd-spack-installation: added spack install packages method --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7af0dd30..3883f491 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,7 @@ testing-pytest: - docker-runner image: ubuntu:22.04 script: + - echo $SPACK_ENV_ACCESS_TOKEN - chmod +x esd/utils/bootstrap.sh - ./esd/utils/bootstrap.sh - pip install . -- GitLab