mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
Set python version for linting
This commit is contained in:
parent
88ef79c1a1
commit
48203115b1
2
.github/workflows/python-linting.yml
vendored
2
.github/workflows/python-linting.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user