File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -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/braingram /weldx.git -b schema_cleanup
287
+ git clone 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
@@ -314,9 +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/braingram/dkist.git -b schema_cleanup
318
- git clone https://github.com/sunpy/sunpy.git
319
- pip install -e sunpy[tests,all]
317
+ git clone https://github.com/DKISTDC/dkist.git
320
318
pip install -e dkist[tests]
321
319
pip install -r {env_tmp_dir}/requirements.txt
322
320
pip freeze
You can’t perform that action at this time.
0 commit comments