Skip to content

Commit f6d0581

Browse files
committed
chore(ci): update dependency group name in CI workflow
- Change `--group mypy` to `--group typed` in uv sync command - Maintain all other CI workflow configurations unchanged
1 parent 9a54886 commit f6d0581

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
- name: Install the project
7878
env:
7979
SETUPTOOLS_SCM_PRETEND_VERSION: "0"
80-
run: uv sync --all-extras --no-dev --group test --group mypy
80+
run: uv sync --all-extras --no-dev --group test --group typed
8181

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

0 commit comments

Comments
 (0)