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 c1dcf95 commit c558bc9Copy full SHA for c558bc9
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-python@main
19
with:
20
cache: 'poetry'
21
- - run: poetry install
+ - run: poetry install --no-root
22
- uses: pre-commit/action@main
23
24
test:
0 commit comments