mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2025-03-03 02:25:28 +00:00
Install Black from pip before use it
This commit is contained in:
parent
9dbf07fa09
commit
3d60ee6caf
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install black
|
||||
run: pip install black
|
||||
- name: Clone main repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user