Skip to content

Commit

Permalink
replace removed conditional for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
pothiers committed Sep 15, 2024
1 parent 05adf9c commit 61e5d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks_tsqr/NightLog.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"source": [
"# When running under Times Square, install pkg from github.\n",
"# Otherwise use what is installed locally (intended to be dev editiable pkg)\n",
"if os.environ.get('EXTERNAL_INSTANCE_URL'):\n",
" print('Installing \"lsst.ts.logging_and_reporting\" from github using \"prototype\" branch....')\n",
" !pip install git+https://github.com/lsst-ts/ts_logging_and_reporting.git@prototype >/dev/null\n",
"import lsst.ts.logging_and_reporting.source_adapters as sad\n",
Expand Down

0 comments on commit 61e5d65

Please sign in to comment.