From 2c07d3f955f4d7c647d6dace8581f13641647dfe Mon Sep 17 00:00:00 2001 From: Toshihiko Yanase Date: Wed, 21 Aug 2024 13:53:15 +0900 Subject: [PATCH] Opt out analytics --- .github/workflows/mac-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/mac-tests.yml b/.github/workflows/mac-tests.yml index a06b3bc..0da46bd 100644 --- a/.github/workflows/mac-tests.yml +++ b/.github/workflows/mac-tests.yml @@ -22,4 +22,6 @@ jobs: pip install --progress-bar off -U setuptools pip install --progress-bar off ".[test]" - name: Run Test + env: + OPTUNAHUB_NO_ANALYTICS: 1 run: pytest tests