try to open an SSH console

This commit is contained in:
Krasimir Angelov
2026-09-09 16:33:16 +02:00
parent e2c1451ce5
commit 39cfe43694
+4 -1
View File
@@ -93,11 +93,14 @@ jobs:
run: | run: |
python3 -m pip install git+https://github.com/joerick/cibuildwheel.git@main python3 -m pip install git+https://github.com/joerick/cibuildwheel.git@main
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Install and test bindings - name: Install and test bindings
env: env:
CIBW_BEFORE_BUILD: cp -r lib/* /usr/lib/ && cp -r include/* /usr/include/ CIBW_BEFORE_BUILD: cp -r lib/* /usr/lib/ && cp -r include/* /usr/include/
CIBW_TEST_REQUIRES: pytest CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest -v {project}/src/runtime/python" CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python"
CIBW_SKIP: "pp* *i686 *musllinux_x86_64" CIBW_SKIP: "pp* *i686 *musllinux_x86_64"
run: | run: |
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse