Skip to content

Commit

Permalink
Add trestle dependency to ubuntu workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpurg committed Jan 9, 2025
1 parent 4f3a557 commit 2846ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatus-ubuntu2404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install workflow deps
run: sudo apt install -y git python3-deepdiff python3-requests jq python3-pip
- name: Install deps python
run: pip3 install gitpython xmldiff
run: pip3 install gitpython xmldiff compliance-trestle==2.4.0 lxml lxml-stubs requests
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
Expand Down

0 comments on commit 2846ff2

Please sign in to comment.