File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ allowlist_externals =
300
300
extras =
301
301
commands_pre =
302
302
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
303
- git clone https://github.com/BAMWelDX /weldx.git
303
+ git clone https://github.com/braingram /weldx.git -b schema_cleanup
304
304
pip install -e weldx[test,media]
305
305
pip install -r {env_tmp_dir}/requirements.txt
306
306
pip freeze
@@ -330,7 +330,7 @@ allowlist_externals =
330
330
extras =
331
331
commands_pre =
332
332
bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
333
- git clone https://github.com/DKISTDC /dkist.git
333
+ git clone https://github.com/braingram /dkist.git -b schema_cleanup
334
334
pip install -e dkist[tests]
335
335
pip install -r {env_tmp_dir}/requirements.txt
336
336
pip freeze
You can’t perform that action at this time.
0 commit comments