actions: use python 3.10
parent
4340b678d0
commit
9867dee334
|
@ -13,7 +13,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- uses: https://github.com/actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.x
|
||||
python-version: '3.10'
|
||||
- run: pip install --upgrade pip
|
||||
- run: pip install .[full] .[dev]
|
||||
- run: isort --check-only --diff .
|
||||
|
|
Loading…
Reference in New Issue