Skip to content

chore: update commitizen 3.31.0 -> 4.0.0 #882

chore: update commitizen 3.31.0 -> 4.0.0

chore: update commitizen 3.31.0 -> 4.0.0 #882

Workflow file for this run

name: test
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
poetry --version
- name: Install dependencies
run: poetry install --no-interaction
- name: Run tests
run: poetry run pytest
- name: Test CQ-Editor dependency resolution
run: poetry install --no-interaction --with=cq-editor