Skip to content

Commit

Permalink
Convert test_platform_from_text_complex_expression to use features of…
Browse files Browse the repository at this point in the history
… the expression
  • Loading branch information
Mab879 committed Jun 27, 2024
1 parent f24d745 commit b29c9e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatus-ubuntu2204.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Deps
run: sudo apt-get update && sudo apt-get install -y cmake ninja-build libopenscap8 python3-yaml python3-jinja2 git python3-deepdiff python3-requests jq python3-pip libxml2-utils
- 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@v4
with:
Expand Down
4 changes: 0 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@ xmldiff
pytest
pytest-cov
# used in tests/units/utils/oscal
lxml
lxml-stubs
requests
# compliance-trestle==2.4.0
PyGitHub

0 comments on commit b29c9e4

Please sign in to comment.