Skip to content

Commit

Permalink
Mitigate xmldiff package upgrade problem.
Browse files Browse the repository at this point in the history
Version 2.6 of this package triggers #10417 which blocks PRs
to get merged. This fix is a temporary solution to unblock PRs.
  • Loading branch information
ggbecker committed Apr 3, 2023
1 parent 31cc1f6 commit 51c2235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Install Deps
run: dnf install -y cmake make openscap-utils python3-pyyaml python3-setuptools python3-jinja2 bats python3-pytest python3-pytest-cov ansible python3-pip ShellCheck git python3-mypy python3-lxml
- name: Install deps python
run: pip install ruamel.yaml yamlpath types-openpyxl types-PyYAML xmldiff openpyxl openpyxl-stubs pandas
run: pip install ruamel.yaml yamlpath types-openpyxl types-PyYAML xmldiff==2.5 openpyxl openpyxl-stubs pandas
- name: Checkout
uses: actions/checkout@v2
- name: Build
Expand Down

0 comments on commit 51c2235

Please sign in to comment.