Skip to content

Commit 51f3556

Browse files
committed
Include all optional deps where necessary
1 parent 7ada157 commit 51f3556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
architecture: ${{ matrix.architecture }}
4646

4747
- name: Install the project
48-
run: uv sync
48+
run: uv sync --all-extras
4949

5050
- name: Run pre-commit
5151
if: "!startsWith(matrix.python, 'pypy')"
@@ -146,7 +146,7 @@ jobs:
146146
python-version: 3.x
147147

148148
- name: Install the project
149-
run: uv sync --extra usb --extra http
149+
run: uv sync --all-extras
150150

151151
- name: Build sphinx documentation
152152
run: uv run make -C docs/ html

0 commit comments

Comments
 (0)