diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 29a9e78..96c1c2c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -150,14 +150,10 @@ jobs: mkdir -p ../outputs terraform output -json > ../outputs/terraform_outputs.json - - name: Setup Python - uses: actions/setup-python@v5 - with: - python-version: '3.12' - - - name: Install Ansible + - name: Install Python Dependencies run: | - pip install ansible kubernetes jinja2 pyyaml + python3 -m pip install --upgrade pip + pip3 install ansible kubernetes jinja2 pyyaml - name: Install Ansible Collections run: ansible-galaxy collection install -r ansible/requirements.yml