This commit is contained in:
Martin Kudlacek
2025-11-14 11:00:04 +01:00
parent 2cca6b3107
commit 328948eb7c

View File

@@ -11,3 +11,9 @@ jobs:
- name: Hello
run: echo "Hello, this is MacOS builder"
- name: Install Python dependencies
run pip install -r requirements.txt
- name: Show Python libraries
run: pip list