+ run: pip3 install pylint pytest behave==1.2.6
+ if: ${{ (matrix.ubuntu == 18) || (matrix.ubuntu == 22) }}
+
+ - name: Install test prerequsites
+ run: sudo apt-get install -y -qq python3-pytest
+ if: matrix.ubuntu == 22
+
+ - name: Install latest pylint/mypy
+ run: pip3 install -U pylint mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil types-requests typing-extensions