We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abb786 commit 39bf68dCopy full SHA for 39bf68d
.github/workflows/code_quality.yml
@@ -1,5 +1,7 @@
1
# This does code inspection and checks to make sure building of docs works
2
3
+name: Code Quality
4
+
5
on:
6
push:
7
branches: [development, maintenance]
.github/workflows/docs.yml
# Builds the doc in PRs
+name: Docs Build
.github/workflows/test.yml
@@ -19,7 +19,9 @@ jobs:
19
steps:
20
- uses: actions/checkout@v5
21
22
- - name: Install xvfb
+ # xvfb is used to run "headless" by providing a virtual X server
23
+ # ffmpeg is used for handling mp3 files in some of our tests
24
+ - name: Install xvfb and ffmpeg
25
run: sudo apt-get install xvfb
26
27
- name: Setup Python
0 commit comments