Add required python packages to github workflow
This commit is contained in:
parent
fc32704565
commit
b905981f71
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
python-version: 3.11
|
||||
- name: Install toml python lib
|
||||
run: |
|
||||
pip3 install toml jsonschema
|
||||
pip3 install toml jsonschema gitpython tqdm
|
||||
- name: Check TOML validity for apps.toml
|
||||
run: |
|
||||
python3 -c "import toml; toml.load(open('apps.toml'))"
|
||||
|
Loading…
Reference in New Issue
Block a user