We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120959b commit f546794Copy full SHA for f546794
.github/workflows/.hatch-run.yml
@@ -42,7 +42,7 @@ jobs:
42
if: matrix.runs-on == 'ubuntu-latest'
43
run: |
44
sudo apt-get update
45
- sudo apt-get install -y python3-lxml
+ sudo apt-get install -y libxml2-dev libxslt-dev
46
- uses: actions/checkout@v2
47
- uses: actions/setup-node@v2
48
with:
0 commit comments