Skip to content

Commit

Permalink
remove unneeded windows deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Sep 28, 2024
1 parent 17156df commit 08c3fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
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 jupytext voila anywidget ipywidgets selenium flaky tenacity chromedriver-binary-auto
python -m pip install pytest 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 08c3fbb

Please sign in to comment.