Skip to content

Commit

Permalink
Install altair when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Sep 28, 2024
1 parent 603e059 commit 1e7f5b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1e7f5b7

Please sign in to comment.