From d77bcf0e189b3dcaefd61b6bb7b9df42a92c4c55 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 16 Oct 2025 20:51:57 +0200 Subject: [PATCH] chore: update web proxy url --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d774a5556..d03d6ecb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -265,7 +265,7 @@ jobs: - name: Tests incl. ccxt compatibility tests env: - CI_WEB_PROXY: http://152.67.78.211:13128 + CI_WEB_PROXY: http://152.67.66.8:13128 run: | pytest --random-order --longrun --durations 20 -n auto