From 0f7dec2122aa9ad962b366849b9fd41889f6c6b8 Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Fri, 22 Nov 2024 14:39:02 +0000 Subject: [PATCH] t --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 30b9c9dc8..36c3b118d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,6 +11,7 @@ jobs: os: [ubuntu-latest, macos-latest] # python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12, 3.13] python-version: ["3.10", 3.11, 3.12, 3.13] + fail-fast: false env: MOLER_DEBUG_THREADS: True PYTHON_COVERAGE: '3.13' @@ -49,7 +50,7 @@ jobs: echo ----------- test adb simulator adb devices - name: Test with pytest - if: ${{ (matrix.python-version != env.PYTHON_COVERAGE }) || (matrix.os == 'macos-latest')} + if: ${{ (matrix.python-version != env.PYTHON_COVERAGE) || (matrix.os == 'ubuntu-latest') }} timeout-minutes: 14 run: | python -m pytest -vvvsss test/