Skip to content

Commit

Permalink
test13
Browse files Browse the repository at this point in the history
  • Loading branch information
LordLumineer committed May 9, 2024
1 parent 9dba02a commit f1291bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1291bd

Please sign in to comment.