From c12fdbdfad779c4bbd3623ff22a5d6ad5ee6bd1a Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 15:03:29 +0100 Subject: [PATCH] test --- .github/workflows/build-majestic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index ac9800345..f27ce48bb 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -75,7 +75,7 @@ jobs: - name: Install and test bindings env: - CIBW_BEFORE_BUILD: mv lib/* /usr/lib/ && mv include/* /usr/include/ + CIBW_BEFORE_BUILD: cp lib/* /usr/lib/ && cp include/* /usr/include/ CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: "(cd {project}/src/runtime/python; pytest)" CIBW_SKIP: pp*