mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-05 19:15:34 +00:00
fix: ci
This commit is contained in:
parent
bc27e9900c
commit
07395d9b43
4
.github/workflows/make_test_ebook.yaml
vendored
4
.github/workflows/make_test_ebook.yaml
vendored
@ -18,7 +18,9 @@ jobs:
|
||||
python-version: '3.9'
|
||||
cache: 'pip' # caching pip dependencies
|
||||
- name: Check formatting (black)
|
||||
run: black . --check
|
||||
run: |
|
||||
pip install black
|
||||
black . --check
|
||||
- name: install python requirements
|
||||
run: pip install -r requirements.txt
|
||||
- name: make test ebook
|
||||
|
Loading…
x
Reference in New Issue
Block a user