We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93074de commit 4d59b5dCopy full SHA for 4d59b5d
.github/workflows/tests_hw.yml
@@ -27,7 +27,7 @@ jobs:
27
id: ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}
28
container:
29
image: python:3.10.1-bullseye
30
- options: --privileged
+ options: --privileged --device-cgroup-rule="c 188:* rmw" --device-cgroup-rule="c 166:* rmw"
31
steps:
32
- name: Clean workspace
33
run: |
0 commit comments