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 bfcefac commit 94cb916Copy full SHA for 94cb916
.github/workflows/build.yml
@@ -30,9 +30,7 @@ jobs:
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
+ run: pip3 install -r ./requirements.txt
36
- uses: ruby/setup-ruby@v1
37
with:
38
ruby-version: 3.2
0 commit comments