my prefect server setup prefect-metrics.waow.tech
python orchestration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use nix-provided python in CI

uv-downloaded cpython binaries fail on nixery due to glibc path
mismatch. provide python3 via nixpkgs and set UV_PYTHON_PREFERENCE
to only-system.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz db03c489 2bc03f19

+3 -1
+3 -1
.tangled/workflows/deploy.yml
··· 7 7 dependencies: 8 8 nixpkgs: 9 9 - uv 10 + - python3 10 11 11 12 environment: 12 13 PREFECT_API_URL: "https://prefect-server.waow.tech/api" 14 + UV_PYTHON_PREFERENCE: "only-system" 13 15 14 16 steps: 15 17 - name: register flows 16 18 command: | 17 - uv run --python 3.12 --with prefect flows/diagnostics.py 19 + uv run --with prefect flows/diagnostics.py