This repository was archived by the owner on May 29, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 with :
3232 python-version : ${{ matrix.py-version }}
3333
34+ - name : Install OpenSSL (Windows)
35+ if : runner.os == 'Windows'
36+ shell : pwsh
37+ run : |
38+ choco install openssl --no-progress -y
39+ Add-Content $env:GITHUB_PATH "C:\\Program Files\\OpenSSL-Win64\\bin"
40+
3441 - name : Define venv paths
3542 run : |
3643 if [ "${RUNNER_OS}" = "Windows" ]; then
Original file line number Diff line number Diff line change 4545 with :
4646 python-version : ${{ matrix.py-version }}
4747
48+ - name : Install OpenSSL (Windows)
49+ if : runner.os == 'Windows'
50+ shell : pwsh
51+ run : |
52+ choco install openssl --no-progress -y
53+ Add-Content $env:GITHUB_PATH "C:\\Program Files\\OpenSSL-Win64\\bin"
54+
4855 - name : Install dependencies
4956 run : uv sync --group dev
5057
You can’t perform that action at this time.
0 commit comments