From f0e0957579aad39fa9b7c5b2d2d28c15006dfcb6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 29 Mar 2024 09:57:12 +0100 Subject: [PATCH] Don't set same parameters twice --- .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 141f3786c..0e355131f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -404,7 +404,7 @@ jobs: env: CI_WEB_PROXY: http://152.67.78.211:13128 run: | - pytest --random-order --longrun --durations 20 -n auto --dist loadscope + pytest --random-order --longrun --durations 20 -n auto # Notify only once - when CI completes (and after deploy) in case it's successfull