Skip to content

chore(deps): update python docker tag to v3.14 #36

chore(deps): update python docker tag to v3.14

chore(deps): update python docker tag to v3.14 #36

Workflow file for this run

name: pytest
on:
pull_request:
workflow_dispatch:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-python
- run: |
uv run pytest