Skip to content

Commit 18043b1

Browse files
ci: update workflow installation steps
1 parent a70f1b1 commit 18043b1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- python: 2.7
1817
- python: 3.8
18+
- python: 3.11
1919
steps:
2020
- name: Checkout python-evtx with submodules
2121
uses: actions/checkout@v2
@@ -25,10 +25,6 @@ jobs:
2525
uses: actions/setup-python@v2
2626
with:
2727
python-version: ${{ matrix.python }}
28-
- name: Install lxml deps
29-
run: sudo apt-get install -y libxml2-dev libxslt1-dev python-dev zlib1g-dev
30-
- name: Install lxml
31-
run: pip install lxml
3228
- name: Install python-evtx
3329
run: pip install -e .[test]
3430
- name: Run tests

0 commit comments

Comments
 (0)