-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support aggregate transforms in facet group marks (#411)
* Lift aggregate transforms out of facets * Update to vl-convert-python 1.0.1rc1
- Loading branch information
Showing
22 changed files
with
19,253 additions
and
18,066 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -295,6 +295,11 @@ jobs: | |
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # [email protected] | ||
with: | ||
python-version: '3.11' | ||
- name: Install fonts on Linux | ||
if: runner.os == 'Linux' | ||
run: | | ||
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections | ||
sudo apt-get install ttf-mscorefonts-installer | ||
- name: Download vegafusion-python-embed wheel | ||
uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281 # pin@v2 | ||
with: | ||
|
@@ -311,7 +316,7 @@ jobs: | |
ls -la | ||
python -m pip install vegafusion-*.whl | ||
python -m pip install vegafusion_python_embed-*manylinux_2_17_x86_64*.whl | ||
python -m pip install pytest vega-datasets polars duckdb vl-convert-python scikit-image pandas==2.0 | ||
python -m pip install pytest vega-datasets polars duckdb "vl-convert-python>=1.0.1rc1" scikit-image pandas==2.0 | ||
- name: Test vegafusion | ||
working-directory: python/vegafusion/ | ||
run: pytest | ||
|
Oops, something went wrong.