From 985faba823d8d77324adfecbacdb16d4625db308 Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Wed, 9 Oct 2024 17:45:37 +0200 Subject: [PATCH] One final debug --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01f1f7ce..fd3169e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,6 +215,9 @@ jobs: python-version: ${{ matrix.python }} architecture: ${{ matrix.arch }} + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Setup CMake uses: jwlawson/actions-setup-cmake@v1.13 @@ -226,8 +229,8 @@ jobs: - name: Install requirements run: | - python -m pip install --user --upgrade pip setuptools wheel - python -m pip install --user --upgrade -r tests/requirements.txt + python -m pip install --upgrade pip setuptools wheel + python -m pip install --upgrade -r tests/requirements.txt - name: Select GCC if: matrix.gcc