Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Mar 4, 2024
1 parent eaca2ce commit ceb9321
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
cache: pip
cache-dependency-path: .github/workflows/requirements.txt

- name: Apt update
run: sudo apt update -y

- name: Install xmllint
run: |
sudo apt install --yes libxml2-utils
Expand Down

0 comments on commit ceb9321

Please sign in to comment.