Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
- "3.12"
- "3.13"
toxenv:
- test
- test-numpydev
- test-astropydev
- test-alldeps
steps:
- name: Check out repository
uses: actions/checkout@v5
Expand Down Expand Up @@ -70,7 +72,6 @@ jobs:
- "3.12"
- "3.13"
toxenv:
- test
- test-alldeps
steps:
- name: Check out repository
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ on:
jobs:
update:
permissions:
contents:
- read
- write
pages: write
contents: write
pull-requests: write
pages: write
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deps =
# The following indicates which extras_require from setup.cfg will be installed
extras =
test
alldeps: pyyaml,stomp.py,xmltodict,obstools
alldeps: dev

commands =
pip freeze
Expand Down