Compare commits

...

2 Commits

Author SHA1 Message Date
jbajic
ff739d2dea Reduce requirement for py tools because of Ubuntu18.04 and CentOS7 2022-12-13 16:15:25 +01:00
jbajic
858a79d311 Add licenses directory to ignore paths 2022-12-13 13:50:43 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ on:
- "**/*.md" - "**/*.md"
- ".clang-format" - ".clang-format"
- "CODEOWNERS" - "CODEOWNERS"
- licenses/**
jobs: jobs:
community_build: community_build:

4
init
View File

@@ -149,9 +149,9 @@ python3 -m pre_commit install
# Install py format tools # Install py format tools
echo "Install black formatter" echo "Install black formatter"
python3 -m pip install black==22.10.* python3 -m pip install black==22.*
echo "Install isort" echo "Install isort"
python3 -m pip install isort==5.10.* python3 -m pip install isort==5.*
# Link `include/mgp.py` with `release/mgp/mgp.py` # Link `include/mgp.py` with `release/mgp/mgp.py`
ln -v -f include/mgp.py release/mgp/mgp.py ln -v -f include/mgp.py release/mgp/mgp.py