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 0d61d24 commit a349266Copy full SHA for a349266
.github/workflows/main.yml
@@ -19,10 +19,10 @@ jobs:
19
distribution: 'temurin'
20
java-version: '17'
21
22
- - name: install wkhtmltopdf
+ - name: install python playwright
23
run: |
24
- wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
25
- sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb
+ pip install playwright
+ playwright install
26
27
- name: install python packages
28
run: pip install -r requirements.txt
0 commit comments