Skip to content

Commit

Permalink
Updates from package template (#165)
Browse files Browse the repository at this point in the history
* Update cruft with batchpr

* Update ci.yml
  • Loading branch information
Cadair authored Feb 20, 2025
1 parent dbbcd8d commit bfa6fde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/sunpy/package-template",
"commit": "09c4b023b973d0bbc5704326720f21d3a766bb11",
"commit": "e0e2aa7daee8481747690616356a0f3fa33c177b",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down Expand Up @@ -32,7 +32,7 @@
".github/workflows/sub_package_update.yml"
],
"_template": "https://github.com/sunpy/package-template",
"_commit": "09c4b023b973d0bbc5704326720f21d3a766bb11"
"_commit": "e0e2aa7daee8481747690616356a0f3fa33c177b"
}
},
"directory": null
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
# │ │ ┌───────── day of the month (1 - 31)
# │ │ │ ┌───────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────── day of the week (0 - 6 or SUN-SAT)
- cron: '0 7 * * 1' # Every day at 07:00 UTC
- cron: '0 7 * * 3' # Every Wed at 07:00 UTC

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -64,7 +64,8 @@ jobs:
- windows: py311
- macos: py310
- linux: py310-oldestdeps
- linux: py312-devdeps
- linux: py313-devdeps
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand All @@ -85,7 +86,7 @@ jobs:
online:
if: "!startsWith(github.event.ref, 'refs/tags/v')"
needs: [test]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
default_python: '3.12'
submodules: false
Expand Down

0 comments on commit bfa6fde

Please sign in to comment.