Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 2a85860

Browse files
authored
fix: don't create virtualenv in CI (#7)
1 parent a4cbacf commit 2a85860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
run: |
1616
python -m pip install --upgrade pip
1717
pip install poetry
18+
poetry config virtualenvs.create false
1819
poetry install
1920
- name: Build and Commit
2021
uses: sphinx-notes/pages@v2

0 commit comments

Comments
 (0)