ci: remove the python setup step altogether
All checks were successful
development / Check commit compliance (push) Successful in 7s
pull-requests-open / Check commit compliance (pull_request) Successful in 7s

This commit is contained in:
Bertrand Lanson 2024-05-04 01:00:00 +02:00
parent 13672f774e
commit bd5f217682

View File

@ -13,10 +13,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install commitizen - name: Install commitizen
run: pip3 install commitizen run: pip3 install commitizen
shell: bash shell: bash