Skip to content

Commit

Permalink
no coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Nov 4, 2024
1 parent e0220aa commit 26b3ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on: [push]

jobs:
test:
timeout-minutes: 50
timeout-minutes: 15
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
env:
MOLER_DEBUG_THREADS: True
PYTHON_COVERAGE: '3.12'
PYTHON_COVERAGE: '3.15'
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.os }} ${{ matrix.python-version }}
Expand Down
1 change: 0 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ pytest-asyncio
flake8
pydocstyle
pylint
coverage

0 comments on commit 26b3ce1

Please sign in to comment.