We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca5370 commit e11ebc6Copy full SHA for e11ebc6
1 file changed
.github/workflows/ci_child_for_unittest.yml
@@ -29,6 +29,9 @@ jobs:
29
with:
30
submodules: recursive
31
32
+ - name: Install converter dependency
33
+ run: pip install pyyaml
34
+
35
- name: Show stage plan
36
env:
37
MATRIX_JSON: ${{ inputs.matrix_json }}
0 commit comments