Skip to content

Commit

Permalink
ci: update workflow installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Jun 24, 2024
1 parent a70f1b1 commit 18043b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
matrix:
include:
- python: 2.7
- python: 3.8
- python: 3.11
steps:
- name: Checkout python-evtx with submodules
uses: actions/checkout@v2
Expand All @@ -25,10 +25,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install lxml deps
run: sudo apt-get install -y libxml2-dev libxslt1-dev python-dev zlib1g-dev
- name: Install lxml
run: pip install lxml
- name: Install python-evtx
run: pip install -e .[test]
- name: Run tests
Expand Down

0 comments on commit 18043b1

Please sign in to comment.