Skip to content

Commit

Permalink
Update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain committed Nov 18, 2024
1 parent de661e6 commit 860604d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.11'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install toml pyparsing six jsonschema
pip install tomli pyparsing six jsonschema
- name: 'Clone YunoHost apps package linter'
run: |
Expand Down

0 comments on commit 860604d

Please sign in to comment.