From 19969470e15a5cc809b30bd2037b606c28f67393 Mon Sep 17 00:00:00 2001 From: Brian Skinn Date: Tue, 21 May 2024 23:09:40 -0400 Subject: [PATCH] Fix Azure README test job name --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 61c3b37..4a82c99 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -171,7 +171,7 @@ stages: - job: readme - displayName: Run README doctests/shell tests + displayName: Run README doctests pool: vmImage: 'Ubuntu-latest'