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: