diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0783d1ec6a78fde81e85f19d664f1f2e09f8af0e..e79b89dd5cdc30921409536667e747364e7d895f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,13 +97,12 @@ precommits-py3.9: CACHE_DIR: ".pip39" PYVERSION: "python39" -# FIXME: when image builds for 3.10 change this back. -#precommits-py3.10: -# <<: *precommits -# image: containers.ligo.org/lscsoft/bilby/v2-bilby-python310 -# variables: -# CACHE_DIR: ".pip310" -# PYVERSION: "python310" +precommits-py3.10: + <<: *precommits + image: containers.ligo.org/lscsoft/bilby/v2-bilby-python310 + variables: + CACHE_DIR: ".pip310" + PYVERSION: "python310" install: stage: initial @@ -255,8 +254,8 @@ pages: stage: deploy image: docker:20.10.12 needs: ["containers"] - #only: - # - schedules + only: + - schedules script: - cd containers - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY