Skip to content

Commit a6f3623

Browse files
authored
Use mitmproxy's uv.lock for downstream tests (#13022)
* use mitmproxy's uv.lock for downstream tests * add `--locked`
1 parent 216a82b commit a6f3623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/downstream.d/mitmproxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ case "${1}" in
66
git clone --depth=1 https://github.com/mitmproxy/mitmproxy
77
cd mitmproxy
88
git rev-parse HEAD
9-
uv pip install --system --group dev -e .
9+
uv pip install --system --requirements <(uv export --locked) -e .
1010
;;
1111
run)
1212
cd mitmproxy

0 commit comments

Comments
 (0)