Skip to content

Commit 3120719

Browse files
committed
don't pre-install deps-tools in checks-backend
1 parent 7c66eb9 commit 3120719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
with:
181181
go-version-file: go.mod
182182
check-latest: true
183-
- run: make deps-backend deps-tools
183+
- run: make deps-backend
184184
- run: make --always-make checks-backend # ensure the "go-licenses" make target runs
185185

186186
frontend:

0 commit comments

Comments
 (0)