Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Nov 22, 2024
1 parent c16a06e commit 0f7dec2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 0f7dec2

Please sign in to comment.