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 50c2f57 commit bfcefacCopy full SHA for bfcefac
.github/workflows/build.yml
@@ -29,6 +29,10 @@ jobs:
29
python-version: 3.9
30
- name: Install Python dependencies
31
uses: py-actions/py-dependency-install@v4
32
+ - name: Install Python libs
33
+ run: |
34
+ pip3 install -r ./requirements.txt
35
+ pip3 install -r ./doxygentoasciidoc/requirements.txt
36
- uses: ruby/setup-ruby@v1
37
with:
38
ruby-version: 3.2
0 commit comments