Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/control-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install build dependencies
run: |
sudo apt-get install -y libcap-dev
poetry -C ./control/ install --with dev,hw-dev --no-root
poetry -C ./control/ install --with dev --no-root

- name: Run checks
run: poetry -C ./control/ run poe --root ./control/ check
2 changes: 1 addition & 1 deletion control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Currently the hardware controller can only be deployed as part of the distro set

To install all dependencies including development tooling, run:
```
poetry install --with dev,hw-dev --no-root
poetry install --with dev --no-root
```

Then you can run the code auto-formatter on the project by running:
Expand Down
Loading