Loading .gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -2,11 +2,16 @@ default: tags: - pygriffin-docker variables: CI_DIR: $CI_BUILDS_DIR/$CI_PIPELINE_ID GIT_CLONE_PATH: $CI_DIR/$CI_PROJECT_NAME stages: - build_and_test build_and_test: stage: build_and_test script: - pip install .[test] - conda activate pygriffin-ci - python -m pip install .[test] - pytest -v ./tests Loading
.gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -2,11 +2,16 @@ default: tags: - pygriffin-docker variables: CI_DIR: $CI_BUILDS_DIR/$CI_PIPELINE_ID GIT_CLONE_PATH: $CI_DIR/$CI_PROJECT_NAME stages: - build_and_test build_and_test: stage: build_and_test script: - pip install .[test] - conda activate pygriffin-ci - python -m pip install .[test] - pytest -v ./tests