Skip to content

Commit 5054fce

Browse files
committed
Remove numpy126 from CI envs and take out more oorb
1 parent a5903e2 commit 5054fce

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci_cron_weekly.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ jobs:
3131
ARCH_ON_CI: "normal"
3232
IS_CRON: "true"
3333
OORB_DATA: "$GITHUB_WORKSPACE/oorb-data/"
34-
cache-path: oorb-data/
35-
cache-key: oorb-data
34+
# cache-path: oorb-data/
35+
# cache-key: oorb-data
3636
submodules: false
3737
coverage: ""
3838
envs: |
3939
- name: Link check
4040
linux: linkcheck
4141
42-
- name: Python 3.13 with dev versions of key dependencies
43-
linux: py313-test-devdeps-cov
42+
- name: Python 3.14 with dev versions of key dependencies
43+
linux: py314-test-devdeps-cov
4444
posargs: --verbose
4545
4646
allowed_failures:
4747
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
4848
with:
4949
submodules: false
5050
envs: |
51-
- name: Python 3.11 with all optional dependencies and remote data
52-
linux: py311-test-numpy126-alldeps
51+
- name: Python 3.14 with all optional dependencies and remote data
52+
linux: py314-test-alldeps
5353
posargs: --remote-data --verbose

.github/workflows/ci_tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ jobs:
4646
- name: Code style checks
4747
linux: codestyle
4848
49-
- name: Python 3.13 with minimal dependencies, measuring coverage
50-
linux: py313-test-cov
49+
- name: Python 3.14 with minimal dependencies, measuring coverage
50+
linux: py314-test-cov
5151
coverage: codecov
5252
53-
- name: Python 3.11 with all optional dependencies, measuring coverage
54-
linux: py311-test-numpy126-alldeps-cov
53+
- name: Python 3.14 with all optional dependencies, measuring coverage
54+
linux: py314-test-alldeps-cov
5555
coverage: codecov
5656
57-
- name: Python 3.9 with oldest supported versions, measuring coverage
58-
linux: py39-test-oldestdeps-cov
57+
- name: Python 3.10 with oldest supported versions, measuring coverage
58+
linux: py310-test-oldestdeps-cov
5959
coverage: codecov
6060
macos-test:
6161
name: Python 3.11 with all optional dependencies (MacOS)
@@ -75,10 +75,10 @@ jobs:
7575
- name: Set up Python
7676
uses: actions/setup-python@v5
7777
with:
78-
python-version: 3.11
78+
python-version: 3.14
7979
- name: Install tox
8080
run: |
8181
pip install tox
8282
- name: Run tests
8383
run: |
84-
tox -e py311-test-numpy126-alldeps
84+
tox -e py314-test-alldeps

0 commit comments

Comments
 (0)