Skip to content
Snippets Groups Projects
Commit 32729eb1 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Revert to scheduled and add pre-commit tests

parent 4d82c063
No related branches found
No related tags found
1 merge request!1115Add python 3.10 image and testing
Pipeline #411860 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment