This commit is contained in:
Martin Kudlacek
2025-11-14 11:02:52 +01:00
parent 2de7c32731
commit 14ac2dc17c

View File

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