Fix automating build workflow for Python

This commit is contained in:
krahets
2023-10-23 16:06:33 +08:00
parent b7c110e5ec
commit d27890d98d
2 changed files with 15 additions and 13 deletions

View File

@@ -32,7 +32,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install black
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with black
run: |
black codes/python