Skip to content

Commit

Permalink
[FIX] CI execution for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
JkhatriInfobox committed Jun 27, 2024
1 parent 94d2928 commit 2def79e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11']
ansible-version: [stable-2.14, stable-2.15, stable-2.16, devel]
exclude:
- ansible-version: devel
python-version: '3.10'
- ansible-version: devel
python-version: '3.8'
- ansible-version: devel
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pytest-xdist
mock
pytest-mock
pytest-cov
coverage==7.3.2
coverage

0 comments on commit 2def79e

Please sign in to comment.