Test latest python version for doc generation

This commit is contained in:
Manuel Cortez 2021-12-31 18:07:25 -06:00
parent 198aa0c383
commit 99279a8dab
No known key found for this signature in database
GPG Key ID: 262CC30FA01B5CBF

View File

@ -5,7 +5,7 @@ stages:
- upload - upload
pages: pages:
image: python:3.7.9 image: python:latest
tags: tags:
- docker - docker
interruptible: true interruptible: true
@ -32,7 +32,7 @@ socializer32:
tags: tags:
- windows10 - windows10
only: only:
- master - tags
script: script:
- '&$env:PYTHON3_32 -V' - '&$env:PYTHON3_32 -V'
- '&$env:PYTHON3_32 -m venv env' - '&$env:PYTHON3_32 -m venv env'
@ -65,7 +65,6 @@ make_installer:
tags: tags:
- windows10 - windows10
only: only:
- master
- tags - tags
- schedule - schedule
variables: variables:
@ -90,6 +89,5 @@ upload:
- cd artifacts - cd artifacts
- python ../scripts/upload.py - python ../scripts/upload.py
only: only:
- master
- tags - tags
- schedules - schedules