Skip to content

Commit

Permalink
Really disable cache
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis <[email protected]>
  • Loading branch information
DarkaMaul committed Nov 4, 2024
1 parent 6200f1c commit ca578fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,13 @@ jobs:
- name: test
run: |
uv venv
. .venv/Scripts/activate && uv pip install -n -e '.[test]' && pytest --cov=rfc3161_client
. .venv/Scripts/activate
uv pip install --no-cache -e '.[test]'
pytest --cov=rfc3161_client
# 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 ca578fd

Please sign in to comment.