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 b389b2b commit 120959bCopy full SHA for 120959b
.github/workflows/.hatch-run.yml
@@ -38,6 +38,11 @@ jobs:
38
runs-on: ${{ fromJson(inputs.runs-on-array) }}
39
runs-on: ${{ matrix.runs-on }}
40
steps:
41
+ - name: Install Linux Dependencies
42
+ if: matrix.runs-on == 'ubuntu-latest'
43
+ run: |
44
+ sudo apt-get update
45
+ sudo apt-get install -y python3-lxml
46
- uses: actions/checkout@v2
47
- uses: actions/setup-node@v2
48
with:
0 commit comments