From 7fa44050f4e03dc8d481eb443cb24493924736db Mon Sep 17 00:00:00 2001 From: adrianciu <adrian.ciu@codemart.ro> Date: Fri, 7 Feb 2025 11:45:41 +0200 Subject: [PATCH] esd-spack-installation: added spack install packages method --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b2d80cc..030ebdbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ testing-pytest: script: - chmod +x esd/utils/bootstrap.sh - ./esd/utils/bootstrap.sh - - echo $SPACK_ENV_ACCESS_TOKEN + - echo "$SPACK_ENV_ACCESS_TOKEN" # - pip install . # - pytest ./esd/tests/ -s --junitxml=test-results.xml artifacts: -- GitLab