Skip to content

Pin down python version to 3.11 and docker base image to Debian bookworm (python 3.11) #7

Pin down python version to 3.11 and docker base image to Debian bookworm (python 3.11)

Pin down python version to 3.11 and docker base image to Debian bookworm (python 3.11) #7

Workflow file for this run

name: Python test
on:
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
permissions:
# Gives the action the necessary permissions for publishing new
# comments in pull requests.
pull-requests: write
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Verify changes
uses: EffectiveRange/python-verify-github-action@v1
with:
coverage-threshold: '95'