Files
detektor/.gitea/workflows/build.yml
Workflow config file is invalid. Please check your config file: yaml: line 16: could not find expected ':'
Martin Kudlacek 328948eb7c WIP
2025-11-14 11:00:04 +01:00

20 lines
332 B
YAML

name: Build Detektor binarie
on:
push:
branches: [ dev ]
jobs:
build_macos:
runs-on: macos
steps:
- 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