From 5bf31b1304c342dafb0c228fa99972ef463c01a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Wed, 11 May 2022 16:16:22 +0200 Subject: [PATCH] debug github ci --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04b8db1..f6783cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python: [3.8] + python: [3.10] steps: - uses: actions/checkout@v2 @@ -21,6 +21,8 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python }} + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Install dependencies run: | pip install -q --upgrade pip