Skip to content

Commit

Permalink
Update run_cibuildwheel.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 18, 2025
1 parent e4c78c4 commit 476c263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_cibuildwheel.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

PYTHON_VERSION="3.8"
PYTHON_VERSION="3.10"

function usage {
echo ""
Expand Down Expand Up @@ -61,7 +61,7 @@ export CIBW_REPAIR_WHEEL_COMMAND_LINUX="auditwheel repair -w {dest_dir} {wheel}
# $ docker run -it --rm cibw-debug /bin/bash
export CIBW_TEST_SKIP="*"
export CIBW_TEST_EXTRAS=
export CIBW_TEST_COMMAND="python -c 'from arcae.lib.arrow_tables import Table'"
export CIBW_TEST_COMMAND=bash ci/scripts/run_tests.sh
export CIBW_VERBOSITY=3

echo "Creating VCPKG Binary Cache in $VCPKG_HOST_BINARY_CACHE"
Expand Down

0 comments on commit 476c263

Please sign in to comment.