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 3b6ea3c commit 510219cCopy full SHA for 510219c
.github/workflows/pythonpublish.yml
@@ -17,6 +17,7 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
pip install setuptools wheel twine
20
+ pip install -r requirements.txt
21
- name: Update keywords document
22
23
python -m robot.libdoc -f html PuppeteerLibrary docs/PuppeteerLibrary.html
0 commit comments