diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 33c2d68..e6670b4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,20 +25,6 @@ jobs: python -m pip install --upgrade pip pip install click rich pytest - - name: Install package - run: | - pip install -e . - - name: Run tests run: | python -m pytest tests/ -v - - - name: Check linting - run: | - pip install ruff - ruff check . - - - name: Check types - run: | - pip install mypy - mypy shell_alias_gen/ --ignore-missing-imports