Compare commits

...

2 commits

Author SHA1 Message Date
Micah Jerome Ellison
dc5d5c59e3 Change other poetry install to poetry sync 2025-02-18 08:02:49 -08:00
Micah Jerome Ellison
ceb80d2b2a Change poetry install to poetry sync 2025-02-18 07:54:21 -08:00
2 changed files with 2 additions and 2 deletions

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

View file

@ -65,7 +65,7 @@ jobs:
run: |
pip install poetry
poetry config --local virtualenvs.in-project true
poetry install --no-root
poetry sync --no-root
npm install
echo "node_modules/.bin" >> "$GITHUB_PATH"