Skip to content

Commit bfcefac

Browse files
install python reqs in build
1 parent 50c2f57 commit bfcefac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
python-version: 3.9
3030
- name: Install Python dependencies
3131
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
3236
- uses: ruby/setup-ruby@v1
3337
with:
3438
ruby-version: 3.2

0 commit comments

Comments
 (0)