diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 475bb4b..e7b6d1f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: cache: 'poetry' - name: Install Python dependencies - run: poetry install + run: poetry install --no-root - name: Lint uses: pre-commit/action@v3.0.0