Skip to content

Bump python from 3.12.4-slim to 3.12.5-slim #877

Bump python from 3.12.4-slim to 3.12.5-slim

Bump python from 3.12.4-slim to 3.12.5-slim #877

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
uses: fizyk/actions-reuse/.github/workflows/[email protected]
with:
pipenv-install-options: "--skip-lock"
python-versions: '["3.10", "3.11", "3.12"]'
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}