diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f593e1f..e0d0ee8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt pytest + pip install -e local_code_assistant/[dev] pytest pytest-cov - name: Run linting run: ruff check local_code_assistant/