From 110e32dbf32c5d3471dc2a8715ea20ae6c767517 Mon Sep 17 00:00:00 2001 From: Sindre Nistad Date: Tue, 12 Mar 2024 13:58:31 +0100 Subject: [PATCH] chore: DEBUG ON --- .github/workflows/ci.yaml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 26e359f2..70fe64d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,16 +43,16 @@ jobs: strategy: matrix: python: - - 3.7 - - 3.8 # Included in RMS 12.1, and newer - - 3.9 - - "3.10" - - 3.11 # Included in RMS 14.2, and newer +# - 3.7 +# - 3.8 # Included in RMS 12.1, and newer +# - 3.9 +# - "3.10" +# - 3.11 # Included in RMS 14.2, and newer - 3.12 os: - - ubuntu-20.04 - # Intel based - - macos-11 +# - ubuntu-20.04 +# # Intel based +# - macos-11 # ARM based - macos-14 exclude: @@ -82,6 +82,9 @@ jobs: with: python-version: ${{ matrix.python }} + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + - name: Build env: PYTHON: python${{ matrix.python }}