From ff67181d4b38ead794c304f757e1b947a9601f98 Mon Sep 17 00:00:00 2001 From: Stephen Thornquist Date: Fri, 10 Jan 2025 22:19:45 -0500 Subject: [PATCH] cibw test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 578a3b9..1375887 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: env: CIBW_SKIP: pp* # Run the package tests using `pytest` - # CIBW_TEST_COMMAND: pytest {package}/tests + CIBW_TEST_COMMAND: pytest {package}/tests - uses: actions/upload-artifact@v4 with: