We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5c24d commit 241be9cCopy full SHA for 241be9c
1 file changed
.github/workflows/pull_request.yml
@@ -12,6 +12,9 @@ jobs:
12
matrix:
13
python-version: ["3.11"]
14
steps:
15
+ - name: Install xmllint
16
+ run: sudo apt -y install libxml2-utils
17
+
18
- name: Checkout Repository
19
uses: actions/checkout@v4
20
0 commit comments