Uses a local .venv in GitLab CI to match the Makefile
This solves a CI failure on the make docs step.
To test, I ran all the following commands found in .gitlab-ci.yml:
python3 -m venv .venvsource .venv/bin/activatepython3 -m pip -Vpython3 -m pip install --upgrade pippython3 -m pip install -r requirements-dev.txtpython3 -m pip install ansiblepython3 -m pip install ansible-core.venv/bin/ansible --version
As well as .venv/bin/ansible-playbook --version.
Closes #50 (closed)
Edited by Chris Zubak-Skees