Skip to content

Commit

Permalink
CI Fixes (#118)
Browse files Browse the repository at this point in the history
* Update cibuild

* exclude pypy builds

* exclude pypy builds

* fix windows python 3.10 bug

* remove python 3.10/11 for windows
  • Loading branch information
CCInc authored Sep 7, 2022
1 parent 3ff01fa commit 5bbd816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
CIBW_TEST_COMMAND: pytest {project}/test
CIBW_TEST_EXTRAS: test
CIBW_SKIP: "cp310-win*" # just exclude platforms that error :))
CIBW_SKIP: "cp310-win* cp311-win* pp*" # just exclude platforms that error :))

jobs:
build_sdist:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
url: "https://github.com/PDAL/data/raw/a3d2a351ca1002c7ea4daa96b5c5fcb0fafeaa6f/autzen/autzen-classified.copc.laz"
target: test/data/

- uses: pypa/cibuildwheel@v2.3.1
- uses: pypa/cibuildwheel@v2.9.0

- name: Verify clean directory
run: git diff --exit-code
Expand Down

0 comments on commit 5bbd816

Please sign in to comment.