From d01f44002f6dd6cffc46ca2e3e12ef225d6ce595 Mon Sep 17 00:00:00 2001 From: Will Xu Date: Fri, 19 Jul 2024 01:47:39 -0700 Subject: [PATCH] CI Fix Attempt #1 --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fde5c6ac..404096f4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,9 @@ jobs: inputs: versionSpec: '3' + - name: Install Requirements + run: python3 -m pip install --upgrade pip && pip3 install -r requirements.txt + - task: PipAuthenticate@0 inputs: artifactFeeds: 'pros-cli'