Refactor CI/CD setup: streamline Python package installations and add bcrypt hashing for email credentials

This commit is contained in:
2025-04-24 19:15:04 +02:00
parent 4b8ad821b4
commit 5253d4dd41
10 changed files with 69 additions and 17 deletions
+2 -4
View File
@@ -30,12 +30,10 @@ outputs:
runs:
using: "composite"
steps:
- name: Install Python and required packages
- name: Install required python packages
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y python3-pip
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements/ansible.txt
- name: Prepare SSH key
shell: bash