update cmdflags

This commit is contained in:
Vladimir Mandic
2023-04-29 19:30:26 -04:00
parent d4fd25a7fd
commit 9ac7f3771a
7 changed files with 13 additions and 14 deletions
+4 -3
View File
@@ -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