@@ -63,7 +63,7 @@ allowlist_externals =
63
63
extras =
64
64
commands_pre =
65
65
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
66
- git clone https://github.com/asdf-format/asdf-standard.git
66
+ git clone --depth 1 https://github.com/asdf-format/asdf-standard.git
67
67
pip install -e asdf-standard[test]
68
68
pip install -r {env_tmp_dir}/requirements.txt
69
69
pip freeze
@@ -78,7 +78,7 @@ allowlist_externals =
78
78
extras =
79
79
commands_pre =
80
80
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
81
- git clone https://github.com/asdf-format/asdf-compression.git
81
+ git clone --depth 1 https://github.com/asdf-format/asdf-compression.git
82
82
pip install -e asdf-compression[tests,all]
83
83
pip install -r {env_tmp_dir}/requirements.txt
84
84
pip freeze
@@ -93,7 +93,7 @@ allowlist_externals =
93
93
extras =
94
94
commands_pre =
95
95
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
96
- git clone https://github.com/asdf-format/asdf-zarr.git
96
+ git clone --depth 1 https://github.com/asdf-format/asdf-zarr.git
97
97
pip install -e asdf-zarr[tests]
98
98
pip install -r {env_tmp_dir}/requirements.txt
99
99
pip freeze
@@ -108,7 +108,7 @@ allowlist_externals =
108
108
extras =
109
109
commands_pre =
110
110
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
111
- git clone https://github.com/asdf-format/asdf-transform-schemas.git
111
+ git clone --depth 1 https://github.com/asdf-format/asdf-transform-schemas.git
112
112
pip install -e asdf-transform-schemas[test]
113
113
pip install -r {env_tmp_dir}/requirements.txt
114
114
pip freeze
@@ -123,7 +123,7 @@ allowlist_externals =
123
123
extras =
124
124
commands_pre =
125
125
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
126
- git clone https://github.com/asdf-format/asdf-wcs-schemas.git
126
+ git clone --depth 1 https://github.com/asdf-format/asdf-wcs-schemas.git
127
127
pip install -e asdf-wcs-schemas[test]
128
128
pip install -r {env_tmp_dir}/requirements.txt
129
129
pip freeze
@@ -138,7 +138,7 @@ allowlist_externals =
138
138
extras =
139
139
commands_pre =
140
140
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
141
- git clone https://github.com/asdf-format/asdf-coordinates-schemas.git
141
+ git clone --depth 1 https://github.com/asdf-format/asdf-coordinates-schemas.git
142
142
pip install -e asdf-coordinates-schemas[test]
143
143
pip install -r {env_tmp_dir}/requirements.txt
144
144
pip freeze
@@ -153,7 +153,7 @@ allowlist_externals =
153
153
extras =
154
154
commands_pre =
155
155
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
156
- git clone https://github.com/astropy/asdf-astropy.git
156
+ git clone --depth 1 https://github.com/astropy/asdf-astropy.git
157
157
pip install -e asdf-astropy[test]
158
158
pip install -r {env_tmp_dir}/requirements.txt
159
159
pip freeze
@@ -168,7 +168,7 @@ allowlist_externals =
168
168
extras =
169
169
commands_pre =
170
170
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
171
- git clone https://github.com/astropy/specutils.git
171
+ git clone --depth 1 https://github.com/astropy/specutils.git
172
172
pip install -e specutils[test]
173
173
pip install -r {env_tmp_dir}/requirements.txt
174
174
pip freeze
@@ -183,7 +183,7 @@ allowlist_externals =
183
183
extras =
184
184
commands_pre =
185
185
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
186
- git clone https://github.com/spacetelescope/astrocut.git
186
+ git clone --depth 1 https://github.com/spacetelescope/astrocut.git
187
187
pip install -e astrocut[test]
188
188
pip install -r {env_tmp_dir}/requirements.txt
189
189
pip freeze
@@ -198,7 +198,7 @@ allowlist_externals =
198
198
extras =
199
199
commands_pre =
200
200
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
201
- git clone https://github.com/spacetelescope/gwcs.git
201
+ git clone --depth 1 https://github.com/spacetelescope/gwcs.git
202
202
pip install -e gwcs[test]
203
203
pip install -r {env_tmp_dir}/requirements.txt
204
204
pip freeze
@@ -220,7 +220,7 @@ set_env =
220
220
CRDS_CLIENT_RETRY_DELAY_SECONDS = 20
221
221
commands_pre =
222
222
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
223
- git clone https://github.com/spacetelescope/jwst.git
223
+ git clone --depth 1 https://github.com/spacetelescope/jwst.git
224
224
pip install -e jwst[test]
225
225
pip install -r {env_tmp_dir}/requirements.txt
226
226
pip freeze
@@ -240,7 +240,7 @@ set_env =
240
240
CRDS_CLIENT_RETRY_DELAY_SECONDS = 20
241
241
commands_pre =
242
242
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
243
- git clone https://github.com/spacetelescope/stdatamodels.git
243
+ git clone --depth 1 https://github.com/spacetelescope/stdatamodels.git
244
244
pip install -e stdatamodels[test]
245
245
pip install -r {env_tmp_dir}/requirements.txt
246
246
pip freeze
@@ -254,7 +254,7 @@ allowlist_externals =
254
254
bash
255
255
commands_pre =
256
256
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
257
- git clone https://github.com/spacetelescope/stpipe.git
257
+ git clone --depth 1 https://github.com/spacetelescope/stpipe.git
258
258
pip install -e stpipe[test]
259
259
pip install -r {env_tmp_dir}/requirements.txt
260
260
pip freeze
@@ -269,7 +269,7 @@ allowlist_externals =
269
269
extras =
270
270
commands_pre =
271
271
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
272
- git clone https://github.com/spacetelescope/roman_datamodels.git
272
+ git clone --depth 1 https://github.com/spacetelescope/roman_datamodels.git
273
273
pip install -e roman_datamodels[test]
274
274
pip install -r {env_tmp_dir}/requirements.txt
275
275
pip freeze
@@ -284,7 +284,7 @@ allowlist_externals =
284
284
extras =
285
285
commands_pre =
286
286
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
287
- git clone https://github.com/BAMWelDX/weldx.git
287
+ git clone --depth 1 https://github.com/BAMWelDX/weldx.git
288
288
pip install -e weldx[test,media]
289
289
pip install -r {env_tmp_dir}/requirements.txt
290
290
pip freeze
@@ -299,7 +299,7 @@ allowlist_externals =
299
299
extras =
300
300
commands_pre =
301
301
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
302
- git clone https://github.com/sunpy/sunpy.git
302
+ git clone --depth 1 https://github.com/sunpy/sunpy.git
303
303
pip install -e sunpy[tests,all]
304
304
pip install -r {env_tmp_dir}/requirements.txt
305
305
pip freeze
@@ -314,7 +314,7 @@ allowlist_externals =
314
314
extras =
315
315
commands_pre =
316
316
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
317
- git clone https://github.com/DKISTDC/dkist.git
317
+ git clone --depth 1 https://github.com/DKISTDC/dkist.git
318
318
pip install -e dkist[tests]
319
319
pip install -r {env_tmp_dir}/requirements.txt
320
320
pip freeze
@@ -333,10 +333,8 @@ allowlist_externals =
333
333
extras =
334
334
commands_pre =
335
335
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
336
- git clone https://github.com/abacusorg/abacusutils.git
337
- pip install -vU setuptools wheel scipy Cython ' numpy<2' # for classy and corrfunc
338
- pip install --no-build-isolation classy corrfunc
339
- pip install -e abacusutils[test]
336
+ git clone --depth 1 https://github.com/abacusorg/abacusutils.git
337
+ pip install -e ./abacusutils pytest
340
338
pip install -r {env_tmp_dir}/requirements.txt
341
339
# make an empty pytest.ini to prevent pytest from crawling up
342
340
# one directory and finding the pytest configuration for the asdf
0 commit comments