Skip to content

Commit 3f82dcc

Browse files
committed
test
1 parent 50c0a86 commit 3f82dcc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests_hw.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
4646
echo "enabled=$enabled" >> $GITHUB_OUTPUT
4747
48+
- name: Update git submodules
49+
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
50+
run: |
51+
apt update
52+
apt install -y git
53+
4854
- name: Checkout user repository
4955
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
5056
uses: actions/checkout@v4
@@ -70,7 +76,6 @@ jobs:
7076
run: |
7177
pip install -U pip
7278
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
73-
apt update
7479
apt install -y jq
7580
7681
- name: Get binaries

0 commit comments

Comments
 (0)