From 2ae05d00dd123e8024c5ad4fb9fa608318e868da Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 09:41:07 +0100 Subject: [PATCH] another attempt --- .github/workflows/build-majestic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 083d6dfab..31a1e6dfa 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -190,11 +190,11 @@ jobs: - name: Install cibuildwheel run: | - python -m pip install git+https://github.com/joerick/cibuildwheel.git@main + python3 -m pip install git+https://github.com/joerick/cibuildwheel.git@main - name: Install bindings run: | - python -m cibuildwheel src/runtime/python --output-dir wheelhouse + python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse - uses: actions/upload-artifact@v2 with: