Skip to content

Commit 510219c

Browse files
committed
Add missing install python library before release
1 parent 3b6ea3c commit 510219c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install setuptools wheel twine
20+
pip install -r requirements.txt
2021
- name: Update keywords document
2122
run: |
2223
python -m robot.libdoc -f html PuppeteerLibrary docs/PuppeteerLibrary.html

0 commit comments

Comments
 (0)