Skip to content

Commit 1e17f6d

Browse files
committed
fix(ci): Fix cluster-faces test
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 80fe0ca commit 1e17f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cluster-faces-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
- name: Install xq
222222
if: steps.clustering-cache.outputs.cache-hit != 'true'
223223
run: |
224-
pip install yq
224+
pip install xq --break-system-packages
225225
226226
- name: Download face assignments
227227
if: steps.clustering-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)