Fix python compatibility with Alpine

This commit is contained in:
Yax 2024-12-09 15:47:40 +01:00
parent 2b9ccf13d4
commit 05db93f7cd
5 changed files with 26 additions and 4 deletions

View file

@ -1,12 +1,13 @@
#!/bin/bash
#export POETRY_HOME=/opt/poetry
python -V
# clone and build blog
cd /
rm -rf /blog
git clone https://github.com/kianby/blog.git
cd /blog
uv python pin 3.12.8
uv sync
uv run make