From e8aed04c604b9b2a6978135b9bee317450e0050a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 28 Dec 2023 12:45:59 +0100 Subject: [PATCH] [ci] bump circleci config version to 2.1 --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d1468540..1fc9eb4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,3 +1,7 @@ +# python circleci 2.1 configuration +# see https://circleci.com/docs/2.1/language-python/ +version: 2.1 + apt-run: &apt-install name: Install apt packages command: | @@ -36,7 +40,6 @@ uninstall-wheel: &uninstall-wheel pip show -f aubio pip uninstall --verbose --yes aubio -version: 2 jobs: build-27: docker: -- 2.11.0