fix: testinfra install command
This commit is contained in:
parent
69fb946f3f
commit
b74731476d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
|||
- pipx install --include-deps ansible
|
||||
- pipx ensurepath && echo $SHELL
|
||||
- /root/.local/bin/ansible-playbook ./ansible/mcaptcha.yml --connection=local
|
||||
- pipx install pytest-testinfra
|
||||
- pipx install --include-deps pytest-testinfra
|
||||
- cd tests/cache/ && py.test --verbose base.py
|
||||
- cd tests/mcaptcha/ && py.test --verbose base.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue