Skip to content

Bump the github-actions-dependencies group with 1 update #95

Bump the github-actions-dependencies group with 1 update

Bump the github-actions-dependencies group with 1 update #95

Workflow file for this run

name: Test
on:
push:
branches:
- main
paths:
- "**.py"
- "pyproject.toml"
- "poetry.lock"
- ".github/workflows/test.yml"
pull_request:
workflow_dispatch:
jobs:
test:
uses: MrThearMan/CI/.github/workflows/test.yml@v0.4.7
with:
python-version: '["3.9", "3.10", "3.11", "3.12"]'