From 8621cf4db64a1a54eee7809a1e9d26a6cc8b834a Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 19:10:28 +0100 Subject: [PATCH] test --- .github/workflows/build-majestic.yml | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 6ca35fd52..34e0115fa 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -290,33 +290,15 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Setup MSYS2 - uses: msys2/setup-msys2@v2 - with: - msystem: MINGW64 - install: >- - git - mingw-w64-x86_64-python3 - mingw-w64-x86_64-python3-pip - - name: Download artifact uses: actions/download-artifact@master with: name: libpgf-windows - - name: Install cibuildwheel - shell: msys2 {0} - run: | - python3 -m pip install git+https://github.com/joerick/cibuildwheel.git@main - - - name: Install and test bindings - shell: msys2 {0} - env: - CIBW_TEST_REQUIRES: pytest - CIBW_TEST_COMMAND: "(cd {project}/src/runtime/python; pytest)" - CIBW_SKIP: "*-win32" - run: | - python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse + - name: Setup Python + uses: actions/setup-python@v4 + with: + python-version: '3.10' - uses: actions/upload-artifact@master with: