Skip to content

Correct AoC2024.4.1 runtime #66

Correct AoC2024.4.1 runtime

Correct AoC2024.4.1 runtime #66

# This workflow runs all Python tests.
name: Run Python tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.13
uses: actions/setup-python@v2
with:
python-version: "3.13"
- name: Run tests
run: |
python -m unittest