Skip to content

Commit a349266

Browse files
committed
install playwright
1 parent 0d61d24 commit a349266

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
distribution: 'temurin'
2020
java-version: '17'
2121

22-
- name: install wkhtmltopdf
22+
- name: install python playwright
2323
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
24+
pip install playwright
25+
playwright install
2626
2727
- name: install python packages
2828
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)