From f1291bdf40470b74475a489edcb6f1c7a7adba2d Mon Sep 17 00:00:00 2001 From: Lord Lumineer Date: Thu, 9 May 2024 13:34:06 -0400 Subject: [PATCH] test13 --- .github/workflows/test.yml | 4 +++- server/.pylintrc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a61e9e..0852519 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,9 @@ jobs: with: python-version: '3.12.3' cache: 'pip' # caching pip dependencies - - run: | + + - name: Install Dependencies + run: | cd server pip install -r requirements.txt cd test diff --git a/server/.pylintrc b/server/.pylintrc index b63fe9f..6509507 100644 --- a/server/.pylintrc +++ b/server/.pylintrc @@ -39,7 +39,7 @@ extension-pkg-whitelist= fail-on= # Specify a score threshold under which the program will exit with error. -fail-under=9.5 +fail-under=10 # Interpret the stdin as a python script, whose filename needs to be passed as # the module_or_package argument.