mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Change other poetry install to poetry sync
This commit is contained in:
parent
ceb80d2b2a
commit
dc5d5c59e3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue