diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e19a74b8..08644d0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,6 @@ jobs: python -m pip install -U pip hatch python -m hatch env create python -m hatch env create lint - python -m hatch env create docs - name: Test run: | python -m hatch run test