Skip to content
Snippets Groups Projects
Commit 5950db4b authored by Adrian Ciu's avatar Adrian Ciu
Browse files

esd-spack-installation: added spack install packages method

parent afc8c528
No related branches found
No related tags found
1 merge request!4feat(spack_operation): implement setup_spack_env functionality
Pipeline #58859 passed with stages
in 1 minute and 25 seconds
...@@ -28,11 +28,11 @@ testing-pytest: ...@@ -28,11 +28,11 @@ testing-pytest:
- docker-runner - docker-runner
image: ubuntu:22.04 image: ubuntu:22.04
script: script:
- echo $SPACK_ENV_ACCESS_TOKEN
- chmod +x esd/utils/bootstrap.sh - chmod +x esd/utils/bootstrap.sh
- ./esd/utils/bootstrap.sh - ./esd/utils/bootstrap.sh
- pip install . - echo $SPACK_ENV_ACCESS_TOKEN
- pytest ./esd/tests/ -s --junitxml=test-results.xml # - pip install .
# - pytest ./esd/tests/ -s --junitxml=test-results.xml
artifacts: artifacts:
when: always when: always
reports: reports:
......
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