WIP
Some checks failed
Build Detektor binarie / build_macos (push) Failing after 1m19s

This commit is contained in:
Martin Kudlacek
2025-11-14 12:24:34 +01:00
parent e4ed02519c
commit afa96cc9c6

View File

@@ -7,7 +7,7 @@ on:
jobs:
build_macos:
runs-on: linux
container: python:3.13-alpine
container: python:3.12-alpine
steps:
- name: Checkout
@@ -20,6 +20,6 @@ jobs:
run: |
python3 -m venv .venv
. .venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install pip setuptools wheel
pip install -r requirements.txt
pip list