Skip to content

Commit b8db222

Browse files
committed
Remove the deprecated ubuntu_18
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 752ba90 commit b8db222

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@
55
################################################################################
66

77
jobs:
8-
- template: etc/ci/azure-posix.yml
9-
parameters:
10-
job_name: ubuntu18_cpython
11-
image_name: ubuntu-18.04
12-
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
13-
test_suites:
14-
all: |
15-
sudo apt-get -y update
16-
sudo apt-get -y install build-essential strace graphviz
17-
venv/bin/pytest -n 2 -vvs
18-
198
- template: etc/ci/azure-posix.yml
209
parameters:
2110
job_name: ubuntu20_cpython

0 commit comments

Comments
 (0)