Skip to content

Commit

Permalink
Run tests regularly
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Apr 5, 2024
1 parent 7cb827d commit 18f0e6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
pull_request:
schedule:
- cron: "37 1 1 * *"

jobs:
tests:
Expand All @@ -14,7 +16,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand All @@ -26,6 +27,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip tox
Expand Down

0 comments on commit 18f0e6f

Please sign in to comment.