diff options
| author | alex <alex@pdp7.net> | 2025-03-15 10:54:12 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-03-15 12:26:40 +0100 |
| commit | b9c92eafc3026dd5f73f3a1b2754de0b4bb0323d (patch) | |
| tree | 081066112a167935fe1db9907ba678b878e6b7a7 /.github/workflows/test.yml | |
| parent | e28553db86742887fbb7fe7e0fd92f1c0ec94233 (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.yml | 5 |
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 |
