feature/forwarders-port-tls-support #3

Merged
daniel merged 12 commits from feature/forwarders-port-tls-support into main 2026-01-28 22:29:11 +00:00
Showing only changes of commit 5f4bb3ccda - Show all commits

View File

@@ -45,6 +45,11 @@ jobs:
with: with:
python-version: '3.11' python-version: '3.11'
- name: Install podman
run: |
sudo apt-get update
sudo apt-get install -y podman
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install --no-cache-dir \ pip install --no-cache-dir \