Skip to content

honestly not sure how to optimse day 04 any further this is good enou… #60

honestly not sure how to optimse day 04 any further this is good enou…

honestly not sure how to optimse day 04 any further this is good enou… #60

name: Python Package
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Install the latest version of uv and set the python version
uses: astral-sh/setup-uv@v4
with:
python-version: ${{ matrix.python-version }}
- name: Test with python ${{ matrix.python-version }}
run: uv run --frozen pytest