Skip to content

build(deps-dev): bump uv in the minor-and-patch group (#78) #137

build(deps-dev): bump uv in the minor-and-patch group (#78)

build(deps-dev): bump uv in the minor-and-patch group (#78) #137

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
image: python:3.11.9-slim
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies and run pytest
run: |
apt-get update
apt-get install -y make
make test