From a310e6a188a1182f6bdfe762d4e6a1acbceab67b Mon Sep 17 00:00:00 2001 From: Hans Then Date: Sat, 18 Jan 2025 17:41:05 +0100 Subject: [PATCH] Remove streamlit tests from testing with branca --- .github/workflows/test_latest_branca.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_latest_branca.yml b/.github/workflows/test_latest_branca.yml index 73b025402..77287c639 100644 --- a/.github/workflows/test_latest_branca.yml +++ b/.github/workflows/test_latest_branca.yml @@ -31,4 +31,4 @@ jobs: run: | micromamba remove branca --yes --force python -m pip install git+https://github.com/python-visualization/branca.git - python -m pytest -vv --ignore=tests/selenium + python -m pytest -vv --ignore=tests/selenium --ignore=tests/streamlit