Skip to content

Commit

Permalink
Try new cibuildtool version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed Aug 28, 2024
1 parent 4740f5b commit 4fbaa85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-2019', 'macos-latest']
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
runs-on: ${{ matrix.os }}
defaults:
run:
Expand All @@ -38,7 +38,7 @@ jobs:
with:
platforms: all
- name: Build wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_SKIP: 'pp* *musl*'
CIBW_ARCHS_LINUX: 'x86_64 aarch64'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import org.locationtech.jts.geom.Envelope

class optVizOperatorTest extends VizTestBase {


// Test the optimized visualization operator
describe("SedonaViz SQL function Test") {

it("Passed full pipeline using optimized operator") {
Expand Down

0 comments on commit 4fbaa85

Please sign in to comment.