Skip to content

Commit ffa9ee2

Browse files
committed
Use --no-group key instead of --without
1 parent 073c906 commit ffa9ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: latest
2727

2828
- name: Install dependencies
29-
run: uv sync --without docs
29+
run: uv sync --no-group docs
3030

3131
- name: Build packages
3232
run: sync build

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
5252
5353
- name: Install dependencies
54-
run: uv sync --without docs
54+
run: uv sync --no-group docs
5555

5656
- name: Lint with ruff
5757
run: uv run ruff check . --statistics

0 commit comments

Comments
 (0)