feat(ci): pin container.image to ci-python:3.14 + ship ci-requirements.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-21 09:19:30 -04:00
parent 1fe259fa14
commit 4a09cca46e
3 changed files with 58 additions and 18 deletions
+4
View File
@@ -13,6 +13,8 @@ on:
jobs:
build-web:
runs-on: python-ci
container:
image: git.fabledsword.com/bvandeusen/ci-python:3.14
steps:
- uses: actions/checkout@v4
@@ -42,6 +44,8 @@ jobs:
build-ml:
runs-on: python-ci
container:
image: git.fabledsword.com/bvandeusen/ci-python:3.14
steps:
- uses: actions/checkout@v4