Skip to content

Commit

Permalink
apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
gloriacai01 committed Oct 10, 2024
1 parent 2195562 commit 41d31f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,7 @@ jobs:
--platform linux/arm/v7 \
-v `pwd`:/rdk \
ghcr.io/viamrobotics/rdk-devenv:armhf-cache \
sudo apt update \
sudo apt install -y python3.11-venv
sudo -Hu testbot bash -lc 'cd /rdk && go test -v -tags=no_tflite ./...'
sudo -Hu testbot bash -lc 'apt update && apt install -y python3.11-venv && cd /rdk && go test -v -tags=no_tflite ./...'
# test_pi:
# name: Test Raspberry Pi Code
Expand Down

0 comments on commit 41d31f6

Please sign in to comment.