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