Skip to content

Commit

Permalink
pip3 install pandas for plot builder
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Oct 8, 2024
1 parent 649de12 commit 8fb4409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master-branch-plot-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- bash: |
pip3 install matplotlib
pip3 install Requests
pip3 install pandas
displayName: 'Set up python packages'
- task: PythonScript@0
Expand All @@ -42,4 +43,4 @@ jobs:
git push https://$(GIT_PAT)@github.com/HL7/fhir-ig-publisher.git
displayName: 'Push updated plot to git.'
displayName: 'Push updated plot to git.'

0 comments on commit 8fb4409

Please sign in to comment.