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 a13eb2e commit 13b3c0fCopy full SHA for 13b3c0f
1 file changed
.github/workflows/ci.yaml
@@ -35,9 +35,9 @@ jobs:
35
- name: Set up cache
36
uses: syphar/restore-virtualenv@v1.2
37
id: cache-virtualenv
38
- with:
39
- requirement_files: poetry.lock
40
- custom_virtualenv_dir: .venv
+ with:
+ requirement_files: poetry.lock
+ custom_virtualenv_dir: .venv
41
- name: Install dependencies
42
run: poetry install
43
if: steps.cache-virtualenv.outputs.cache-hit != 'true'
@@ -73,9 +73,9 @@ jobs:
73
74
75
76
77
78
79
80
81
0 commit comments