aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-03-15 10:54:12 +0100
committeralexpdp7 <alex@corcoles.net>2025-03-15 12:26:40 +0100
commitb9c92eafc3026dd5f73f3a1b2754de0b4bb0323d (patch)
tree081066112a167935fe1db9907ba678b878e6b7a7 /.github/workflows/test.yml
parente28553db86742887fbb7fe7e0fd92f1c0ec94233 (diff)
Rebuild deployment
- Use uv instead of poetry - Do not build a container image, just use live uv installing - Use src layout - Fix resource handling Fixes #362
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0e79944b..e5db9021 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,6 +8,5 @@ jobs:
- uses: actions/checkout@v4
- run: |
cd blog/
- pipx install poetry
- poetry install
- poetry run pytest
+ pipx install uv
+ uv run pytest