From 97019a152475c71be77844301243eb08927dc20b Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 19:21:00 +0100 Subject: [PATCH] test --- .github/workflows/build-majestic.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 34e0115fa..ff249371c 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -300,6 +300,11 @@ jobs: with: python-version: '3.10' + - name: Install and test bindings + run: | + cd src/runtime/python + python3 setup.py build + - uses: actions/upload-artifact@master with: name: python-windows