mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
update cmdflags
This commit is contained in:
@@ -24,10 +24,11 @@ jobs:
|
||||
python-version: 3.10.6
|
||||
cache: pip
|
||||
cache-dependency-path: requirements.txt
|
||||
- name: Install dependencies
|
||||
- name: Test Startup
|
||||
run: |
|
||||
python launch.py --test
|
||||
- name: Analysing the code with pylint
|
||||
export COMMANDLINE_ARGS="--debug --test"
|
||||
python launch.py
|
||||
- name: Linting
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pylint
|
||||
|
||||
Reference in New Issue
Block a user