actions: fix python use

This commit is contained in:
pictuga 2023-06-23 23:26:41 +02:00
parent 4340b678d0
commit c5a6386a53

@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- uses: https://github.com/actions/setup-python@v2
with:
python-version: 3.x
python-version: '>=3'
- run: pip install --upgrade pip
- run: pip install .[full] .[dev]
- run: isort --check-only --diff .