Skip to content

Commit

Permalink
set skip_install for ee as false in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
abhikdps committed Dec 27, 2024
1 parent a18bd32 commit ffb3046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ commands =
[testenv:ee]
description =
Build the ee container image
skip_install = true
skip_install = false
deps =
-r .config/requirements-test.in
ansible-builder
Expand Down

0 comments on commit ffb3046

Please sign in to comment.