Skip to content

Commit fc606c7

Browse files
committed
tests: install yq from pypi instead of xq
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent ca112e9 commit fc606c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
- name: Install xq
229229
if: steps.clustering-cache.outputs.cache-hit != 'true'
230230
run: |
231-
pip install xq --break-system-packages
231+
pip install yq --break-system-packages
232232
233233
- name: Download face assignments
234234
if: steps.clustering-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)