We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ceb14 commit 18a566dCopy full SHA for 18a566d
1 file changed
.github/workflows/run-examples.yml
@@ -31,6 +31,11 @@ jobs:
31
- name: Checkout repository
32
uses: actions/checkout@v4
33
34
+ - name: Install system dependencies
35
+ run: |
36
+ sudo apt-get update
37
+ sudo apt-get install -y ffmpeg
38
+
39
- name: Set up Python
40
uses: actions/setup-python@v5
41
with:
@@ -48,4 +53,4 @@ jobs:
48
53
KWAVE_FORCE_CPU: 1
49
54
run: |
50
55
echo "Running example: ${{ matrix.example }}"
51
- python "${{ matrix.example }}"
56
+ python "${{ matrix.example }}"
0 commit comments