fix identation in github actions file

This commit is contained in:
Martin Bubel 2024-07-21 16:34:59 +02:00
parent 66ec666f23
commit 883d25a019

View file

@ -92,9 +92,9 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install build dependencies
run: |
pip install setuptools
- name: Install build dependencies
run: |
pip install setuptools
- name: Install lib
run: |