CI: fix pipeline using latest ubuntu (#13)
This commit is contained in:
Родитель
c8b45ded20
Коммит
9ade9cd361
10
ci/main.yml
10
ci/main.yml
|
@ -1,7 +1,7 @@
|
|||
# Minimal Build pipeline
|
||||
# This allow us to generate wheels and upload that to a feed.
|
||||
# This pipeline will run on all pr/s and every time a change is landed into master.
|
||||
# If you wish to release a wheel without the buildId appended -> manually run the pipeline
|
||||
# If you wish to release a wheel without the buildId appended -> manually run the pipeline
|
||||
# with the release parameter set to True
|
||||
|
||||
parameters:
|
||||
|
@ -19,9 +19,9 @@ stages:
|
|||
cancelTimeoutInMinutes: 5
|
||||
strategy:
|
||||
matrix:
|
||||
linux_python36:
|
||||
imageName: "ubuntu-16.04"
|
||||
python.version: "3.6"
|
||||
linux_python38:
|
||||
imageName: "ubuntu-latest"
|
||||
python.version: "3.8"
|
||||
WHEELS_PATH: "/dist/*.whl"
|
||||
# macos1015_python36:
|
||||
# imageName: 'macOS-10.15'
|
||||
|
@ -104,4 +104,4 @@ pr:
|
|||
branches:
|
||||
include:
|
||||
- main
|
||||
- releases/*
|
||||
- releases/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче