We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d5276 commit 299fd6eCopy full SHA for 299fd6e
4 files changed
.github/workflows/run-tests.yaml
@@ -15,6 +15,8 @@ jobs:
15
with:
16
timezoneLinux: "Europe/Berlin"
17
- uses: actions/checkout@v4
18
+ - name: Install xmllint
19
+ run: sudo apt-get update && sudo apt-get install -y libxml2-utils
20
- name: Set up Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v4
22
0 commit comments