Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin vl-convert-python now that 0.13.1 is out #383

Merged
merged 1 commit into from
Sep 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading