Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Update checkout whilst we're at it. #12

Update checkout whilst we're at it.

Update checkout whilst we're at it. #12

name: Test python/tox
on:
push:
paths:
- 'python/tox/**'
- '.github/workflows/test-python-tox.yml'
pull_request:
paths:
- 'python/tox/**'
- '.github/workflows/test-python-tox.yml'
jobs:
test-python-tox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./python/tox
with:
python-version: '3.10'