From 1e7f5b7b157b7841e31b2faccba17935c593113d Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Sat, 28 Sep 2024 19:08:52 -0400 Subject: [PATCH] Install altair when testing --- .github/workflows/build_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 458b30c2..7c5520ea 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -299,7 +299,7 @@ jobs: python -m pip install polars-lts-cpu "duckdb>=1.0" "vl-convert-python>=1.0.1rc1" scikit-image "pandas>=2.2" jupytext voila anywidget ipywidgets chromedriver-binary-auto # Test dependencies - python -m pip install pytest vega-datasets scikit-image jupytext voila ipykernel anywidget ipywidgets selenium flaky tenacity chromedriver-binary-auto + python -m pip install pytest altair vega-datasets scikit-image jupytext voila ipykernel anywidget ipywidgets selenium flaky tenacity chromedriver-binary-auto - name: Test lazy imports working-directory: python/vegafusion/ run: python checks/check_lazy_imports.py @@ -347,7 +347,7 @@ jobs: python -m pip install polars "duckdb>=1.0" vl-convert-python "pandas>=2.2" # Test dependencies - python -m pip install pytest vega-datasets scikit-image + python -m pip install pytest altair vega-datasets scikit-image - name: Test vegafusion working-directory: python/vegafusion/ @@ -392,7 +392,7 @@ jobs: python -m pip install pyarrow==10.0 altair==5.1.2 polars[timezone] "duckdb>=1.0" vl-convert-python # Test dependencies - python -m pip install pytest vega-datasets scikit-image + python -m pip install pytest altair vega-datasets scikit-image - name: Test vegafusion working-directory: python/vegafusion/ run: pytest --ignore=tests/test_altair_mocks.py