Skip to content

Commit

Permalink
Merge pull request #13 from LiUSemWeb/dev
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
keski authored Mar 5, 2025
2 parents 4e4c874 + a349266 commit af77999
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: install wkhtmltopdf
- name: install python playwright
run: |
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb
pip install playwright
playwright install
- name: install python packages
run: pip install -r requirements.txt
Expand Down

0 comments on commit af77999

Please sign in to comment.