-
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.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -108,7 +108,7 @@ jobs: | |
uses: messense/maturin-action@9357a23898d2fca5ef8da7ac38aaaedab4ef218f # [email protected] | ||
with: | ||
command: build | ||
manylinux: manylinux_2_24 | ||
manylinux: 2014 | ||
rust-toolchain: stable | ||
args: --release -m vegafusion-python-embed/Cargo.toml --features=protobuf-src --strip | ||
- name: Upload artifacts | ||
|
@@ -140,7 +140,7 @@ jobs: | |
uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0 # pin@v1 | ||
with: | ||
command: build | ||
manylinux: manylinux_2_24 | ||
manylinux: 2_24 | ||
rust-toolchain: stable | ||
args: --release -m vegafusion-python-embed/Cargo.toml --features=protobuf-src --strip --target aarch64-unknown-linux-gnu | ||
- name: Upload artifacts | ||
|
@@ -318,7 +318,7 @@ jobs: | |
run: | | ||
ls -la | ||
python -m pip install vegafusion-*.whl | ||
python -m pip install vegafusion_python_embed-*manylinux_2_24_x86_64*.whl | ||
python -m pip install vegafusion_python_embed-*manylinux_2_17_x86_64*.whl | ||
python -m pip install pytest vega-datasets polars duckdb==0.9.2 "vl-convert-python>=1.0.1rc1" scikit-image pandas==2.0 | ||
- name: Test vegafusion | ||
working-directory: python/vegafusion/ | ||
|
@@ -431,7 +431,7 @@ jobs: | |
- name: install wheels | ||
run: | | ||
ls -la target/wheels/ | ||
pixi run pip install target/wheels/vegafusion_python_embed-*manylinux_2_24_x86_64*.whl | ||
pixi run pip install target/wheels/vegafusion_python_embed-*manylinux_2_17_x86_64*.whl | ||
pixi run pip install target/wheels/vegafusion-*.whl | ||
pixi run pip install target/wheels/vegafusion_jupyter-*.whl | ||
pixi run pip install chromedriver-binary-auto | ||
|