From 8fb4409b0f35bd2c4918a075a1d2ff041fc56c70 Mon Sep 17 00:00:00 2001 From: dotasek Date: Tue, 8 Oct 2024 12:47:18 -0400 Subject: [PATCH] pip3 install pandas for plot builder --- master-branch-plot-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/master-branch-plot-pipeline.yml b/master-branch-plot-pipeline.yml index 1cecb53c..637eb4a4 100644 --- a/master-branch-plot-pipeline.yml +++ b/master-branch-plot-pipeline.yml @@ -25,6 +25,7 @@ jobs: - bash: | pip3 install matplotlib pip3 install Requests + pip3 install pandas displayName: 'Set up python packages' - task: PythonScript@0 @@ -42,4 +43,4 @@ jobs: git push https://$(GIT_PAT)@github.com/HL7/fhir-ig-publisher.git - displayName: 'Push updated plot to git.' \ No newline at end of file + displayName: 'Push updated plot to git.'