From 65b220fdbe8a9a3133ccc63f25a8436e4f66687b Mon Sep 17 00:00:00 2001 From: anti Date: Wed, 8 Apr 2026 15:50:17 -0400 Subject: [PATCH] modified: ci.yml, pyproject: added missing installs and modified pip install command --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 97330d4..7d527cc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - run: pip install -e . + - run: pip install -e .[optional-dependencies] - run: pytest tests/ -v --tb=short bandit: @@ -53,7 +53,7 @@ jobs: with: python-version: "3.11" - run: pip install pip-audit - - run: pip install -e . + - run: pip install -e .[optional-dependencies] - run: pip-audit --skip-editable open-pr: