We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d31f6 commit eee3b68Copy full SHA for eee3b68
.github/workflows/test.yml
@@ -172,7 +172,7 @@ jobs:
172
--platform linux/arm/v7 \
173
-v `pwd`:/rdk \
174
ghcr.io/viamrobotics/rdk-devenv:armhf-cache \
175
- sudo -Hu testbot bash -lc 'apt update && apt install -y python3.11-venv && cd /rdk && go test -v -tags=no_tflite ./...'
+ sudo -Hu testbot bash -lc 'sudo apt update && sudo apt install -y python3.11-venv && cd /rdk && go test -v -tags=no_tflite ./...'
176
177
# test_pi:
178
# name: Test Raspberry Pi Code
0 commit comments