Skip to content

Commit 869fe24

Browse files
committed
patch: poetry config to install dependencies globally.
1 parent f9b57cb commit 869fe24

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy_mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
restore-keys: |
2929
mkdocs-material-
3030
- run: pip install poetry
31-
- run: python3 -m venv .venv
32-
- run: source .venv/bin/activate
31+
- run: poetry config virtualenvs.create false
3332
- run: poetry install --only docs
3433
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)