Test latest python version for doc generation
This commit is contained in:
parent
198aa0c383
commit
99279a8dab
@ -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
|
Loading…
Reference in New Issue
Block a user