Skip to content

Commit c558bc9

Browse files
committed
Fix github CI
1 parent c1dcf95 commit c558bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@main
1919
with:
2020
cache: 'poetry'
21-
- run: poetry install
21+
- run: poetry install --no-root
2222
- uses: pre-commit/action@main
2323

2424
test:

0 commit comments

Comments
 (0)