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