Skip to content

Commit 20deb93

Browse files
authored
Merge pull request #85 from LowellObservatory/main
Sync `main` into `develop` ahead of `develop` merge and next release.
2 parents 6ac13d7 + cc129e2 commit 20deb93

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
- "3.12"
3434
- "3.13"
3535
toxenv:
36+
- test
3637
- test-numpydev
3738
- test-astropydev
39+
- test-alldeps
3840
steps:
3941
- name: Check out repository
4042
uses: actions/checkout@v6
@@ -71,7 +73,6 @@ jobs:
7173
- "3.12"
7274
- "3.13"
7375
toxenv:
74-
- test
7576
- test-alldeps
7677
steps:
7778
- name: Check out repository

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
jobs:
1212
update:
1313
permissions:
14-
contents: read
15-
pages: write
14+
contents: write
1615
pull-requests: write
16+
pages: write
1717
runs-on: ubuntu-latest
1818

1919
steps:

0 commit comments

Comments
 (0)