We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483d1ca commit 506f9d8Copy full SHA for 506f9d8
1 file changed
.github/workflows/typecheck.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Install dependencies
23
run: |
24
- pip install .[dev]
+ pip install -e .[dev]
25
26
- name: Run pyright
27
0 commit comments