From 430d89e5559e423f489beb3c2b3a5bb3a3916ad5 Mon Sep 17 00:00:00 2001 From: Jose Luis Cercos-Pita Date: Tue, 11 Jul 2023 16:58:48 +0200 Subject: [PATCH] Let's try the cibuildwheel way Signed-off-by: Jose Luis Cercos-Pita --- .github/workflows/python-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index acc277eea..b78603c90 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -72,7 +72,7 @@ jobs: cmake --install ./ --config Release && cd .. CIBW_BEFORE_TEST: pip install pytest - CIBW_TEST_COMMAND: pytest ./src/wrappers/python/tests/ + CIBW_TEST_COMMAND: pytest {package}/src/wrappers/python/tests/ steps: - uses: actions/checkout@v3