Skip to content

Commit 94cb916

Browse files
install python reqs in build
1 parent bfcefac commit 94cb916

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
- name: Install Python dependencies
3131
uses: py-actions/py-dependency-install@v4
3232
- name: Install Python libs
33-
run: |
34-
pip3 install -r ./requirements.txt
35-
pip3 install -r ./doxygentoasciidoc/requirements.txt
33+
run: pip3 install -r ./requirements.txt
3634
- uses: ruby/setup-ruby@v1
3735
with:
3836
ruby-version: 3.2

0 commit comments

Comments
 (0)