We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b0c6f commit d8cd661Copy full SHA for d8cd661
.github/workflows/docs.yml
@@ -21,6 +21,8 @@ jobs:
21
with:
22
python-version: "3.10"
23
- uses: snok/install-poetry@v1
24
+ with:
25
+ virtualenvs-path: .venv
26
- name: Load cached venv
27
id: cached-poetry-dependencies
28
uses: actions/cache@v4
.github/workflows/pre-commit.yml
@@ -20,6 +20,8 @@ jobs:
20
0 commit comments