Set python version for linting

This commit is contained in:
Magne Sjaastad
2023-04-24 07:54:13 +02:00
parent 88ef79c1a1
commit 48203115b1
+2
View File
@@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: (Python) Use black to do linting
run: |
pip install black