Skip to content

Commit

Permalink
Update Vega and Vega-Lite in VegaFusionWidget (#263)
Browse files Browse the repository at this point in the history
* Update Vega and Vega-Lite in VegaFusionWidget

Use latest Altair in Python image tests

* Update mock for Altair 5
  • Loading branch information
jonmmease authored Mar 18, 2023
1 parent 8e6eb77 commit 3c600e1
Show file tree
Hide file tree
Showing 4 changed files with 823 additions and 5,752 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ jobs:
python -m pip install vegafusion-*.whl
python -m pip install vegafusion_jupyter*.whl
python -m pip install vl-convert-python
- name: Update to latest Altair 5
run: |
pip install --pre -U altair
- name: Test vegafusion
working-directory: python/vegafusion/
run: pytest
Expand Down
Loading

0 comments on commit 3c600e1

Please sign in to comment.