Skip to content

Refactoring/78 update to ptb 6.1.0 and bump vulnerable transitives (#81) #173

Refactoring/78 update to ptb 6.1.0 and bump vulnerable transitives (#81)

Refactoring/78 update to ptb 6.1.0 and bump vulnerable transitives (#81) #173

Workflow file for this run

name: Run pytest
on: [push]
jobs:
pytest:
strategy:
fail-fast: false
matrix:
python-version: [ "3.10", "3.11" ]
runs-on: ubuntu-24.04
steps:
- name: SCM Checkout
uses: actions/checkout@v6
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python-environment@v6
with:
python-version: ${{ matrix.python-version }}
poetry-version: '2.3.0'
- name: Run pytest
run: poetry run -- python3 -m pytest