Skip to content

Commit

Permalink
Disable tests for CIBW.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn-siemerink committed Feb 7, 2022
1 parent 267db33 commit 8951ca7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
delvewheel repair -w {dest_dir}
--add-path ${{ github.workspace }}\libthreedigrid\bin
--no-mangle "libwinpthread-1.dll" {wheel}
CIBW_TEST_EXTRAS: test,gridadmin
CIBW_TEST_COMMAND: pytest --pyargs threedigrid_builder.tests
- uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog of threedigrid-builder
1.3.1 (unreleased)
------------------

- Nothing changed yet.
- Disable tests for CI Build Wheel, because GDAL is not included on build machine.


1.3.0 (2022-02-07)
Expand Down

0 comments on commit 8951ca7

Please sign in to comment.