1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00
This commit is contained in:
JensDiemer 2022-09-13 21:30:28 +02:00
parent 74b9ded6a5
commit c005dbcd69

View file

@ -23,7 +23,7 @@ jobs:
run: |
git fetch origin master
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '${{ matrix.python-version }}'
@ -34,7 +34,7 @@ jobs:
- name: 'Install package'
run: |
pip3 install poetry
make install-poetry
make install
- name: 'List installed packages'
@ -50,8 +50,3 @@ jobs:
with:
fail_ci_if_error: false
verbose: true
- name: 'Run linters'
if: matrix.python-version == '3.8'
run: |
make lint