Skip to content

poetry: bump commitizen from 3.29.1 to 4.1.0 #385

poetry: bump commitizen from 3.29.1 to 4.1.0

poetry: bump commitizen from 3.29.1 to 4.1.0 #385

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
tests:
runs-on: macos-latest
strategy:
matrix:
python-version: [ '3.10', '3.11', '3.12' ]
steps:
- uses: actions/checkout@v4
- name: Set up Python V${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install tox-gh-actions
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Tests with Tox
run: tox