From 77e797ae427d7b57c632928d33b077c14d207683 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Thu, 28 Dec 2023 17:52:27 +0100 Subject: [PATCH 1/2] try enabling all test --- .github/workflows/releasebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releasebuild.yml b/.github/workflows/releasebuild.yml index 5948191e..18c15d87 100644 --- a/.github/workflows/releasebuild.yml +++ b/.github/workflows/releasebuild.yml @@ -178,7 +178,7 @@ jobs: env: CIBW_ARCHS_LINUX: ${{matrix.arch}} CIBW_BUILD: ${{matrix.python_tag}} - CIBW_TEST_SKIP: "{*_{aarch64,ppc64le,s390x,i686},*musllinux_*,pp38-*}" + #CIBW_TEST_SKIP: "{*_{aarch64,ppc64le,s390x,i686},*musllinux_*,pp38-*}" #CIBW_TEST_REQUIRES: pytest hypothesis pandas CIBW_TEST_REQUIRES: pytest hypothesis CIBW_TEST_COMMAND: pytest {package}/tests From 92c5056d6dd8570a09f1ed6a735a77247d3ac827 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Thu, 28 Dec 2023 17:58:53 +0100 Subject: [PATCH 2/2] Update releasebuild.yml --- .github/workflows/releasebuild.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/releasebuild.yml b/.github/workflows/releasebuild.yml index 18c15d87..c668e4db 100644 --- a/.github/workflows/releasebuild.yml +++ b/.github/workflows/releasebuild.yml @@ -1,11 +1,9 @@ name: Full Build on: - release: - types: - - published - - workflow_dispatch: + push: + paths-ignore: + - 'docs/**' jobs: build_sdist: