Compare commits

..

5 commits

Author SHA1 Message Date
b1a5059643 CI: use geo container
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/tag/test Pipeline failed
ci/woodpecker/tag/build unknown status
2025-06-27 19:47:46 +02:00
471a25e19d CI: fix issue for pyproj on Alpine
Some checks failed
ci/woodpecker/push/test Pipeline failed
2025-06-27 19:16:49 +02:00
0d1efefd19 CI: fix issue for pyproj on Alpine
Some checks failed
ci/woodpecker/push/test Pipeline failed
2025-06-27 19:16:06 +02:00
a9fa267252 CI: fix issue for pyproj on Alpine
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/tag/test Pipeline failed
ci/woodpecker/tag/build unknown status
2025-06-27 19:14:50 +02:00
951718f764 CI: fix typo
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/tag/test Pipeline failed
ci/woodpecker/tag/build unknown status
2025-06-27 18:09:18 +02:00
2 changed files with 5 additions and 6 deletions

View file

@ -7,7 +7,7 @@ depends_on:
steps:
python_sync:
image: code.philo.ydns.eu/philorg/uv
image: code.philo.ydns.eu/philorg/uv-geo
volumes:
- uv-cache:/uv-cache
environment:
@ -17,7 +17,7 @@ steps:
- uv sync
python_build:
image: code.philo.ydns.eu/philorg/uv
image: code.philo.ydns.eu/philorg/uv-geo
volumes:
- uv-cache:/uv-cache
environment:
@ -28,13 +28,12 @@ steps:
- uv cache prune --ci
python_publish:
image: code.philo.ydns.eu/philorg/uv
image: code.philo.ydns.eu/philorg/uv-geo
volumes:
- uv-cache:/uv-cache
environment:
UV_CACHE_DIR: /uv-cache
UV_LINK_MODE: copy
environment:
OWNER: philorg
REGISTRY_URL: https://code.philo.ydns.eu
REGISTRY_TOKEN:

View file

@ -6,7 +6,7 @@ when:
steps:
sync:
image: code.philo.ydns.eu/philorg/uv
image: code.philo.ydns.eu/philorg/uv-geo
volumes:
- uv-cache:/uv-cache
environment:
@ -16,6 +16,6 @@ steps:
- uv sync
test:
image: code.philo.ydns.eu/philorg/uv
image: code.philo.ydns.eu/philorg/uv-geo
commands:
- .venv/bin/pytest -s tests/basic.py