We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a655738 commit c9be74bCopy full SHA for c9be74b
1 file changed
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
restore-keys: |
51
mypy-
52
- name: Install dependencies
53
- run: poetry install --only=main,dev --no-extras
+ run: poetry install --only=main,dev
54
- name: Run mypy type checking
55
run: poetry run mypy langfuse --no-error-summary
56
0 commit comments