Skip to content

Commit

Permalink
debug lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
wosc committed Feb 6, 2024
1 parent 46eeb1e commit e1c8f96
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Debug lxml

on:
pull_request:

jobs:
test:
runs-on: zon-ubuntu-general-dind
permissions:
contents: read

steps:
- uses: actions/[email protected]
with:
python-version: "3.10"
- run: |
python3.10 -m venv venv
venv/bin/pip install -i https://devpi.zeit.de/zeit/default/+simple lxml==4.2.3
- run: |
venv/bin/python -c "import lxml.etree"

0 comments on commit e1c8f96

Please sign in to comment.