diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d03f16fd..c4a8d026 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -49,6 +49,9 @@ jobs: - name: Install dependencies run: python -m pip install --upgrade build + - name: Install package and dependencies + run: python -m pip install -e . + - name: Build run: python -m build