diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f753936..1638f41 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,14 +27,10 @@ jobs: run: | python -m pip install --upgrade pip pip install hatch pre-commit - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install hatch hatch env create - name: Lint and typecheck run: | - hatch run lint-check + hatch run lint:lint-check - name: Run Tests run: | - hatch run test:pytest + hatch run test:test