Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 5637466

Browse files
committed
control: Simplify dependencies
1 parent 9d8bd44 commit 5637466

File tree

4 files changed

+14
-372
lines changed

4 files changed

+14
-372
lines changed

.github/workflows/control-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install build dependencies
4444
run: |
4545
sudo apt-get install -y libcap-dev
46-
poetry -C ./control/ install --with dev,hw-dev --no-root
46+
poetry -C ./control/ install --with dev --no-root
4747
4848
- name: Run checks
4949
run: poetry -C ./control/ run poe --root ./control/ check

control/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Currently the hardware controller can only be deployed as part of the distro set
2323

2424
To install all dependencies including development tooling, run:
2525
```
26-
poetry install --with dev,hw-dev --no-root
26+
poetry install --with dev --no-root
2727
```
2828

2929
Then you can run the code auto-formatter on the project by running:

0 commit comments

Comments
 (0)