File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,6 +208,22 @@ jobs:
208208 REQUIRES_ASTROQUERY : true
209209 REQUIRES_NUMBA : false
210210 REQUIRES_JAX : false
211+ - os : macos-15
212+ python-version : " 3.14"
213+ TEST_FILES : tests/test_orbit.py -k 'test_energy_jacobi_conservation or from_name'
214+ REQUIRES_PYNBODY : true
215+ REQUIRES_ASTROPY : true
216+ REQUIRES_ASTROQUERY : true
217+ REQUIRES_NUMBA : false
218+ REQUIRES_JAX : false
219+ - os : macos-15
220+ python-version : " 3.14"
221+ TEST_FILES : tests/test_orbit.py tests/test_orbits.py -k 'not test_energy_jacobi_conservation'
222+ REQUIRES_PYNBODY : true
223+ REQUIRES_ASTROPY : true
224+ REQUIRES_ASTROQUERY : true
225+ REQUIRES_NUMBA : false
226+ REQUIRES_JAX : false
211227 - os : macos-15-intel
212228 python-version : " 3.14"
213229 TEST_FILES : tests/test_orbit.py -k 'test_energy_jacobi_conservation or from_name'
You can’t perform that action at this time.
0 commit comments