Skip to content

Commit

Permalink
Unpin vl-convert-python now that 0.13.1 is out (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease authored Sep 1, 2023
1 parent adaf4aa commit 46d779a
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 @@ -311,7 +311,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 altair==5.0.1 vl-convert-python==0.12.0 scikit-image pandas==2.0
python -m pip install pytest vega-datasets polars duckdb vl-convert-python scikit-image pandas==2.0
- name: Test vegafusion
working-directory: python/vegafusion/
run: pytest
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
ls -la
python -m pip install vegafusion-*.whl
python -m pip install vegafusion_python_embed-*macosx_10_7_x86_64.whl
python -m pip install pytest vega-datasets polars duckdb altair==5.0.1 vl-convert-python==0.12.0 scikit-image pandas==2.0
python -m pip install pytest vega-datasets polars duckdb altair vl-convert-python scikit-image pandas==2.0
# Downgrade pyarrow to 10.0.1
python -m pip install pyarrow==10.0.1
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
python -m pip install $vegafusion
python -m pip install $vegafusion_python_embed
python -m pip install pytest vega-datasets polars duckdb altair==5.0.1 vl-convert-python==0.12.0 scikit-image
python -m pip install pytest vega-datasets polars duckdb vl-convert-python scikit-image
- name: Test vegafusion
working-directory: python/vegafusion/
run: pytest
Expand Down

0 comments on commit 46d779a

Please sign in to comment.