mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
CI: correct uv.lock path (#3596)
This commit is contained in:
parent
0a9e6ddd4f
commit
dafc9c3076
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-tests.yml
vendored
2
.github/workflows/docker-tests.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
with:
|
||||
version: 0.5.24
|
||||
enable-cache: true
|
||||
cache-dependency-glob: "uv.lock"
|
||||
cache-dependency-glob: "./docker/test/uv.lock"
|
||||
|
||||
- name: "Set up Python"
|
||||
uses: actions/setup-python@v5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue