WIP
Some checks failed
Build Detektor binarie / build_macos (push) Failing after 6s

This commit is contained in:
Martin Kudlacek
2025-11-14 11:03:38 +01:00
parent 14ac2dc17c
commit 989062e5c3

View File

@@ -12,8 +12,10 @@ jobs:
- name: Hello
run: echo "Hello, this is MacOS builder"
- name: Install Python and its dependencies
- name: Install Python
run: apk add python3
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Show Python libraries