Skip to content

Commit 43fd42e

Browse files
committed
fix mitmproxy downstream tests
1 parent 8ffca5c commit 43fd42e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/downstream.d/mitmproxy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
case "${1}" in
44
install)
5+
pip install uv
56
git clone --depth=1 https://github.com/mitmproxy/mitmproxy
67
cd mitmproxy
78
git rev-parse HEAD
8-
pip install -e ".[dev]"
9+
uv pip install --system --group dev -e .
910
;;
1011
run)
1112
cd mitmproxy

0 commit comments

Comments
 (0)