Skip to content

Commit

Permalink
Add monthly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Oct 18, 2024
1 parent 6efe5bd commit 841b0c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
release:
types:
- published
schedule:
- cron: "14 14 20 * *"

# Cancel any previous run of the test job.
concurrency:
Expand All @@ -24,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, ] # macos, windows] # Only Linux currently.
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12"]

env:
# Used for coveralls flag
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Maintenance
- Changed from ``setup.py`` to ``pyproject.toml``.
- Ready for numpy v2.
- Updated all CI.
- Change from ``master`` to ``main``.
- Add Makefile.
- Add monthly tests.


v0.2.0 : First packaged release
Expand Down

0 comments on commit 841b0c8

Please sign in to comment.