Skip to content

Commit 6476363

Browse files
committed
only install dev group for lint
1 parent c7028c1 commit 6476363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
source .venv/bin/activate
7474
if [ "${{ matrix.python-version }}" == "3.9" ];
7575
then
76-
pip install .[dev,sql,vectordb,manifest,anthropic,huggingface,api,databricks,uv,llama]
76+
pip install .[dev]
7777
else
78-
make full
78+
make dev
7979
fi
8080
8181
- name: Lint with ruff

0 commit comments

Comments
 (0)