From 1f85e9daed336e612f18b5b8ee86294e5f5acc58 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Thu, 31 Aug 2023 18:15:45 -0400 Subject: [PATCH] Unpin vl-convert-python now that 0.13.1 is out --- .github/workflows/build_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 67e12955..799c3efe 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -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 @@ -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 @@ -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