Skip to content

Commit

Permalink
Install pip deps on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 20, 2023
1 parent 810de4e commit 4b70384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b70384

Please sign in to comment.