ci: mokay we need to explicitly install python toml i guess
This commit is contained in:
parent
2c42bb2c38
commit
bdad939c58
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -13,7 +13,10 @@ jobs:
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.11
|
||||
- name: Check TOML validity for apps.json
|
||||
- name: Install toml python lib
|
||||
run: |
|
||||
pip3 install toml
|
||||
- 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