You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,22 @@ jobs:
87
87
poetry run pytest
88
88
```
89
89
90
+
## Advanced usage
91
+
92
+
### Passing extra arguments to `poetry install`
93
+
94
+
By default the action will install your dendencies with `poetry install --no-interaction --no-root` You can specify extra arguments with `install-args`, e.g.
0 commit comments