mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
ci: missing toml python module, let's try using python 3.11 idk
This commit is contained in:
parent
cd4e6f0cbc
commit
2c42bb2c38
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -9,7 +9,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.11
|
||||
- name: Check TOML validity for apps.json
|
||||
run: |
|
||||
python3 -c "import toml; toml.load(open('apps.toml'))"
|
||||
|
|
Loading…
Add table
Reference in a new issue