Infra Setup #1

Closed
cyclane wants to merge 14 commits from infra-setup into main
3 changed files with 81 additions and 0 deletions
Showing only changes of commit 6e29e43ac0 - Show all commits
.github/workflows
infra/test-vm
inventory

@@ -23,7 +23,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: ">=3.11"
- name: Install dependencies
run: -|