diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d23c4844..1666f40b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: python-version: "3.x" - run: | python -m pip install --upgrade hatch + pip install -e .[dev] hatch run lint Test: