1
0
mirror of https://github.com/HorlogeSkynet/archey4 synced 2025-04-12 12:00:19 +02:00

[CI] Installs project before lint (to provision required modules)

This commit is contained in:
Samuel FORESTIER 2021-11-13 09:18:33 +01:00
parent 3b5aea1ee7
commit 63d1baa351

@ -38,7 +38,7 @@ jobs:
- name: Install module regularly
run: pip install .
- name: Simple module execution
- name: Simple module executions
run: |
time archey
time python -m archey
@ -90,10 +90,11 @@ jobs:
- uses: actions/setup-python@v2
- name: Install lint tools
- name: Install lint tools and project (for its dependencies)
run: |
python -m pip install --upgrade pip
pip install pylint pylint-secure-coding-standard mypy
pip install .
- name: Lint sources against Pylint
run: pylint archey/