fix the format workflow (hopefully)
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
ab580d6a18
commit
9cbe33c8be
@ -18,6 +18,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Install black formatter
|
- name: Install black formatter
|
||||||
run: sudo apt install black
|
run: sudo apt install black
|
||||||
|
run: |
|
||||||
|
python3 -m venv venv
|
||||||
|
source venv/bin/activate
|
||||||
|
pip3 install black
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: make check
|
run: |
|
||||||
|
source venv/bin/activate
|
||||||
|
make check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user