Skip to content

Commit 4e56106

Browse files
committed
Remove pip install of rubin_nights
1 parent bdf8e50 commit 4e56106

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nightly/FBS_Targets.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"metadata": {},
4343
"outputs": [],
4444
"source": [
45-
"import os\n",
46-
"if os.getenv(\"EXTERNAL_INSTANCE_URL\") is not None:\n",
47-
" print(\"updating rubin_nights\")\n",
48-
" !pip install --user --upgrade git+https://github.com/lsst-sims/rubin_nights.git --no-deps > /dev/null 2>&1"
45+
"# import os\n",
46+
"# if os.getenv(\"EXTERNAL_INSTANCE_URL\") is not None:\n",
47+
"# print(\"updating rubin_nights\")\n",
48+
"# !pip install --user --upgrade git+https://github.com/lsst-sims/rubin_nights.git --no-deps > /dev/null 2>&1"
4949
]
5050
},
5151
{

0 commit comments

Comments
 (0)