From 4b703842936e569e29162752593d9903ac52223a Mon Sep 17 00:00:00 2001 From: Joe George Date: Wed, 20 Dec 2023 10:11:05 -0500 Subject: [PATCH] Install pip deps on Windows --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35b96f125b1..85a9e2edccc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,8 @@ jobs: steps: # - name: Install dependencies # run: choco --yes install + - name: Install test dependencies + run: python -m pip install passlib cryptography - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.1 - name: Checkout repository