We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d30e8b commit 292633eCopy full SHA for 292633e
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: |
19
python -m pip install -U pip
20
- python -m pip install -U docutils
+ python -m pip install -U docutils pygments
21
22
- name: Build
23
run: make -j$(nproc)
0 commit comments