Commit 1de68363 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Problem: CircleCI missing debian with system python

Solution: Enable the job
parent 5db2e99f
......@@ -17,11 +17,18 @@ jobs:
command: ./ci_build.sh
workflows:
tests:
tests-containers:
jobs:
- test:
matrix:
parameters:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9"]
build-type: ["centos_containers", "debian_containers"]
tests-sys-debian:
jobs:
- test:
matrix:
parameters:
python-version: ["3.8"]
build-type: ["debian_sys_container"]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment