diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc0b09134169b34684d5298b6150b413d8860317..f97ec5eace839fa93203ce7e9b3a0ec2be70463f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,6 +76,12 @@ build_linux_36: - ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2 +build_macosx_36: + <<: *macosx_build_job + variables: + PYTHON_VERSION: "3.6" + + # Deploy targets .deploy_template: &deploy_job stage: deploy @@ -85,6 +91,7 @@ build_linux_36: - ./_ci/deploy.sh dependencies: - build_linux_36 + - build_macosx_36 tags: - deployer @@ -119,4 +126,4 @@ pypi: dependencies: - build_linux_36 tags: - - deployer + - deployer \ No newline at end of file