Skip to content

Commit 06ad15d

Browse files
authored
Add installation of HTML requirements in workflow
1 parent ef1b602 commit 06ad15d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
run: |
5656
python -m pip install -r requirements/base.txt
5757
python -m pip install -r requirements/development.txt
58+
python -m pip install -r requirements/html.txt
5859
5960
- name: Install pum
6061
run: python -m pip install .

0 commit comments

Comments
 (0)