Skip to content

[Snyk] Security upgrade python from 3.9-slim to 3.13.2-slim #1345

[Snyk] Security upgrade python from 3.9-slim to 3.13.2-slim

[Snyk] Security upgrade python from 3.9-slim to 3.13.2-slim #1345

Workflow file for this run

name: Python Test
on:
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Run Python test
run: make pytest