66
66
REQUIRES_JAX : false
67
67
- os : ubuntu-latest
68
68
python-version : " 3.12"
69
- TEST_FILES : tests/test_orbit.py -k test_energy_jacobi_conservation
69
+ TEST_FILES : tests/test_orbit.py -k ' test_energy_jacobi_conservation or from_name'
70
70
REQUIRES_PYNBODY : true
71
71
REQUIRES_ASTROPY : true
72
72
REQUIRES_ASTROQUERY : true
@@ -130,7 +130,7 @@ jobs:
130
130
REQUIRES_JAX : false
131
131
- os : ubuntu-latest
132
132
python-version : " 3.11"
133
- TEST_FILES : tests/test_orbit.py -k test_energy_jacobi_conservation
133
+ TEST_FILES : tests/test_orbit.py -k ' test_energy_jacobi_conservation or from_name'
134
134
REQUIRES_PYNBODY : true
135
135
REQUIRES_ASTROPY : true
136
136
REQUIRES_ASTROQUERY : true
@@ -146,7 +146,7 @@ jobs:
146
146
REQUIRES_JAX : false
147
147
- os : ubuntu-latest
148
148
python-version : " 3.10"
149
- TEST_FILES : tests/test_orbit.py -k test_energy_jacobi_conservation
149
+ TEST_FILES : tests/test_orbit.py -k ' test_energy_jacobi_conservation or from_name'
150
150
REQUIRES_PYNBODY : true
151
151
REQUIRES_ASTROPY : true
152
152
REQUIRES_ASTROQUERY : true
@@ -162,7 +162,7 @@ jobs:
162
162
REQUIRES_JAX : false
163
163
- os : ubuntu-latest
164
164
python-version : 3.9
165
- TEST_FILES : tests/test_orbit.py -k test_energy_jacobi_conservation
165
+ TEST_FILES : tests/test_orbit.py -k ' test_energy_jacobi_conservation or from_name'
166
166
REQUIRES_PYNBODY : true
167
167
REQUIRES_ASTROPY : true
168
168
REQUIRES_ASTROQUERY : true
@@ -178,7 +178,7 @@ jobs:
178
178
REQUIRES_JAX : false
179
179
- os : ubuntu-latest
180
180
python-version : 3.8
181
- TEST_FILES : tests/test_orbit.py -k test_energy_jacobi_conservation
181
+ TEST_FILES : tests/test_orbit.py -k ' test_energy_jacobi_conservation or from_name'
182
182
REQUIRES_PYNBODY : true
183
183
REQUIRES_ASTROPY : true
184
184
REQUIRES_ASTROQUERY : true
@@ -194,7 +194,7 @@ jobs:
194
194
REQUIRES_JAX : false
195
195
- os : macos-13
196
196
python-version : " 3.12"
197
- TEST_FILES : tests/test_orbit.py -k test_energy_jacobi_conservation
197
+ TEST_FILES : tests/test_orbit.py -k ' test_energy_jacobi_conservation or from_name'
198
198
REQUIRES_PYNBODY : true
199
199
REQUIRES_ASTROPY : true
200
200
REQUIRES_ASTROQUERY : true
@@ -252,7 +252,7 @@ jobs:
252
252
if : ${{ matrix.REQUIRES_ASTROPY }}
253
253
run : pip install astropy pyerfa
254
254
- name : Install astroquery (latest release)
255
- if : ${{ matrix.REQUIRES_ASTROQUERY && endsWith (matrix.TEST_FILES,'-k test_energy_jacobi_conservation') }}
255
+ if : ${{ matrix.REQUIRES_ASTROQUERY && contains (matrix.TEST_FILES,'test_energy_jacobi_conservation or from_name ') }}
256
256
run : pip install astroquery
257
257
- name : Install astroquery (bleeding edge)
258
258
if : ${{ matrix.REQUIRES_ASTROQUERY && contains(matrix.TEST_FILES,'not test_energy_jacobi_conservation') }}
0 commit comments