Skip to content

Commit

Permalink
Use dlltracer in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis <[email protected]>
  • Loading branch information
DarkaMaul committed Nov 5, 2024
1 parent 12fb4b5 commit 60e94cf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
Expand Down Expand Up @@ -88,14 +90,14 @@ jobs:
- name: test
run: |
$PYO3_PYTHON -m venv env-local
uv venv env-local
. env-local/Scripts/activate
pip install -e '.[test]'
pytest --cov=rfc3161_client
uv pip install dlltracer
uv pip install -e '.[test]'
python main.py
# make test INSTALL_EXTRA=test
shell: bash
env:
OPENSSL_DIR: "C:\\OpenSSL-Win64"
OPENSSL_LIB_DIR: "C:\\OpenSSL-Win64\\lib\\VC\\x64\\MD"
OPENSSL_NO_VENDOR: 1
UV_NO_CACHE: true

0 comments on commit 60e94cf

Please sign in to comment.