Skip to content

Commit

Permalink
ci: Use lxml from apt
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed Oct 15, 2024
1 parent 269b346 commit d8092d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip3 install lxml
run: apt update && apt -y install python3-lxml
- name: Generate databases
run: ./scripts/generate_databases.py
- name: Commit changes
Expand Down

0 comments on commit d8092d3

Please sign in to comment.