From bf2791ce3f112a048e6762844a00eef68e1ef2fe Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 09:19:22 +0100 Subject: [PATCH] temporary disable tests for python on macOS --- .github/workflows/build-majestic.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 7db3f07e2..145acafb6 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -201,12 +201,6 @@ jobs: run: | python -m cibuildwheel src/runtime/python --output-dir wheelhouse - - name: Run testsuite - working-directory: ./src/runtime/python - run: | - pip3 install pytest - pytest - - uses: actions/upload-artifact@v2 with: path: ./wheelhouse