From 9936c1fd70ce9344d956cc92b33fecabf78e59e5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 5 Jan 2022 14:07:55 -0500 Subject: [PATCH] normalize the CircleCI job names --- .circleci/config.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d4ff39..bc94d6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -237,12 +237,9 @@ workflows: jobs: - "documentation" - "linux-tests": - matrix: - parameters: - py-version: - - "39" - tahoe-lafs-source: - - "tahoe-lafs" + name: "Linux tests python 3.9" + py-version: "39" + tahoe-lafs-source: "tahoe-lafs" # https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions - "macos-tests": -- GitLab