Skip to content

Specify master branch for p-astro

Cody Messick requested to merge cody.messick/gwcelery:pastro_master_branch into main

For some reason poetry.lock lists the reference as HEAD, causing the deployment pipeline to fail with

Collecting p-astro@ git+https://git.ligo.org/lscsoft/p-astro.git@HEAD
  Cloning https://git.ligo.org/lscsoft/p-astro.git (to revision HEAD) to /local/emfollow-playground/pip-install-_0qyn6gg/p-astro_d7dad6dbd2b040f1997083fe55ba4079
  Running command git clone --filter=blob:none --quiet https://git.ligo.org/lscsoft/p-astro.git /local/emfollow-playground/pip-install-_0qyn6gg/p-astro_d7dad6dbd2b040f1997083fe55ba4079
  Running command git checkout -b HEAD --track origin/HEAD
  fatal: 'HEAD' is not a valid branch name
  error: subprocess-exited-with-error
  
  × git checkout -b HEAD --track origin/HEAD did not run successfully.
  │ exit code: 128
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git checkout -b HEAD --track origin/HEAD did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.

This MR just specifies the master branch.

Merge request reports