@@ -38,12 +38,6 @@ workflows:
3838 filters :
3939 tags :
4040 only : /^v\d+\.\d+\.\d+$/
41- - showcase-unit-alternative-templates-3.6 :
42- requires :
43- - unit-3.6
44- filters :
45- tags :
46- only : /^v\d+\.\d+\.\d+$/
4741 - showcase-unit-alternative-templates-3.7 :
4842 requires :
4943 - unit-3.7
@@ -100,7 +94,6 @@ workflows:
10094 requires :
10195 - docs
10296 - mypy
103- - showcase-unit-alternative-templates-3.6
10497 - showcase-unit-alternative-templates-3.7
10598 - showcase-unit-alternative-templates-3.8
10699 - showcase-mypy-alternative-templates
@@ -111,7 +104,6 @@ workflows:
111104 requires :
112105 - docs
113106 - mypy
114- - showcase-unit-alternative-templates-3.6
115107 - showcase-unit-alternative-templates-3.7
116108 - showcase-unit-alternative-templates-3.8
117109 - showcase-mypy-alternative-templates
@@ -424,30 +416,6 @@ jobs:
424416 - run :
425417 name : Run unit tests.
426418 command : nox -s showcase_unit-3.8
427- showcase-unit-alternative-templates-3.6 :
428- docker :
429- - image : python:3.6-slim
430- steps :
431- - checkout
432- - run :
433- name : Install system dependencies.
434- command : |
435- apt-get update
436- apt-get install -y curl pandoc unzip gcc
437- - run :
438- name : Install protoc 3.12.1.
439- command : |
440- mkdir -p /usr/src/protoc/
441- curl --location https://github.com/google/protobuf/releases/download/v3.12.1/protoc-3.12.1-linux-x86_64.zip --output /usr/src/protoc/protoc-3.12.1.zip
442- cd /usr/src/protoc/
443- unzip protoc-3.12.1.zip
444- ln -s /usr/src/protoc/bin/protoc /usr/local/bin/protoc
445- - run :
446- name : Install nox.
447- command : pip install nox
448- - run :
449- name : Run unit tests.
450- command : nox -s showcase_unit_alternative_templates-3.6
451419 showcase-unit-alternative-templates-3.7 :
452420 docker :
453421 - image : python:3.7-slim
0 commit comments