Change poetry install to poetry sync

This commit is contained in:
Micah Jerome Ellison 2025-02-18 07:54:21 -08:00
parent cecbadbcb5
commit ceb80d2b2a

View file

@ -34,7 +34,7 @@ runs:
echo '::endgroup::'
echo '::group::Other dependencies'
poetry install
poetry sync
echo '::endgroup::'
echo 'DEPS_INSTALLED=true' >> $GITHUB_ENV