Change other poetry install to poetry sync

This commit is contained in:
Micah Jerome Ellison 2025-02-18 08:02:49 -08:00
parent ceb80d2b2a
commit dc5d5c59e3

View file

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