Compare commits
2 Commits
iterable_m
...
update-wor
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff739d2dea | ||
|
|
858a79d311 |
1
.github/workflows/diff.yaml
vendored
1
.github/workflows/diff.yaml
vendored
@@ -14,6 +14,7 @@ on:
|
||||
- "**/*.md"
|
||||
- ".clang-format"
|
||||
- "CODEOWNERS"
|
||||
- licenses/**
|
||||
|
||||
jobs:
|
||||
community_build:
|
||||
|
||||
4
init
4
init
@@ -149,9 +149,9 @@ python3 -m pre_commit install
|
||||
|
||||
# Install py format tools
|
||||
echo "Install black formatter"
|
||||
python3 -m pip install black==22.10.*
|
||||
python3 -m pip install black==22.*
|
||||
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`
|
||||
ln -v -f include/mgp.py release/mgp/mgp.py
|
||||
|
||||
Reference in New Issue
Block a user