From fe6b349e5e89100da1fb76317643d862a73cc4e2 Mon Sep 17 00:00:00 2001 From: anti Date: Wed, 8 Apr 2026 15:53:49 -0400 Subject: [PATCH] modified: ci.yml, fucked up last time lol --- .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 7d527cc..dbd89dd 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 .[optional-dependencies] + - run: pip install -e .[dev] - 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 .[optional-dependencies] + - run: pip install -e .[dev] - run: pip-audit --skip-editable open-pr: