ci: run pytest inside athena-archive-ci container #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/15-runner-container"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Closes #15. The recent workflow cleanup removed the `apt-get install` and `astral-sh/setup-uv@v7` steps, expecting the runner to provide python 3.14 + uv + system deps. Stock `ubuntu-latest` doesn't — hence every CI run since the Python 3.14 bump has failed at `uv run --frozen pytest`.
Pinning the job to the CI image (same one `Dockerfile.test` uses) gives the runner python 3.14.3 + uv + ffmpeg + exiftool + poppler in one shot.
Tag pinned to `sha-68c87b1`, matching the pin going into `Dockerfile.test` via #19.
Test plan
Pull request closed