Skip to content

Commit

Permalink
fix: install virtualenv dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccurious committed Dec 18, 2023
1 parent 2d210c2 commit 69ea757
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bash_validation_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
sh_checker_shellcheck_disable: true

- name: Run flash_your_device
run: timeout 600 /bin/bash -x ./flash_your_device || [[ "$?" -eq "124" ]] && true
run: |
sudo apt update && sudo apt install -y python3-virtualenv
timeout 600 /bin/bash -x ./flash_your_device || [[ "$?" -eq "124" ]] && true

0 comments on commit 69ea757

Please sign in to comment.