Add link-following to all curl commands

This commit is contained in:
Joel Wilson
2020-07-07 23:14:25 -05:00
parent 6b74006271
commit 91c611993f
9 changed files with 14 additions and 14 deletions

View File

@@ -100,7 +100,7 @@ def run_test(image_name, test_name, bootstrap_pip_spec, test_files, upgrade, ins
if upgrade:
run_container_command(
test_name,
f'curl https://tljh.jupyter.org/bootstrap.py | python3 -'
f'curl -L https://tljh.jupyter.org/bootstrap.py | python3 -'
)
run_container_command(