Skip to content

Commit 4f977cf

Browse files
committed
chore(ci): exclude dev dependencies in CI installation
- Update uv sync command to exclude dev dependencies - Maintain test and mypy group installations - Ensure consistent dependency installation across CI environments
1 parent c82d365 commit 4f977cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
${{ runner.os }}-py${{ matrix.python-version }}-ruff-pytest-mypy-
7878
7979
- name: Install the project
80-
run: uv sync --all-extras --group test --group mypy
80+
run: uv sync --all-extras --no-dev --group test --group mypy
8181

8282
- name: Lint check with ruff
8383
uses: astral-sh/ruff-action@v3

0 commit comments

Comments
 (0)