From 99279a8dabf556fdcc312735472126b8b7540d25 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 31 Dec 2021 18:07:25 -0600 Subject: [PATCH] Test latest python version for doc generation --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8fbecb..1a5b3c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - upload pages: - image: python:3.7.9 + image: python:latest tags: - docker interruptible: true @@ -32,7 +32,7 @@ socializer32: tags: - windows10 only: - - master + - tags script: - '&$env:PYTHON3_32 -V' - '&$env:PYTHON3_32 -m venv env' @@ -65,7 +65,6 @@ make_installer: tags: - windows10 only: - - master - tags - schedule variables: @@ -90,6 +89,5 @@ upload: - cd artifacts - python ../scripts/upload.py only: - - master - tags - schedules \ No newline at end of file