Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add git submodule update
  • Loading branch information
tianlef committed Dec 17, 2025
commit 5866f18d79ac86b217e95a17899f761069b6bc33
2 changes: 2 additions & 0 deletions .github/workflows/H-Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ jobs:
echo "Install uv"
pip install uv
echo "uv sync"
git submodule update --init --recursive
uv sync --group ci -v > /dev/null
'

Expand Down Expand Up @@ -505,6 +506,7 @@ jobs:
echo "Install uv"
pip install uv
echo "uv sync"
git submodule update --init --recursive
uv sync --group ci -v > /dev/null
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
chmod +x /usr/local/bin/yq
Expand Down
Loading