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

This commit is contained in:
Martin Kudlacek
2025-11-14 11:07:27 +01:00
parent b3a7e07b0c
commit e8daed091a

View File

@@ -13,7 +13,10 @@ jobs:
run: echo "Hello, this is MacOS builder"
- name: Install Python
run: apk add python3 python3-pip
run: apk add python3
- name: Install PIP
run: python3 -m ensurepip
- name: Install Python dependencies
run: pip3 install -r requirements.txt