From d49666e02d6c7e97c07ea92d0ed926556ced28c4 Mon Sep 17 00:00:00 2001 From: Ishayu Ray Date: Wed, 30 Oct 2024 23:08:48 -0400 Subject: [PATCH] Update ms5.yaml --- .github/workflows/ms5.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ms5.yaml b/.github/workflows/ms5.yaml index 12212c0..00fe8e6 100644 --- a/.github/workflows/ms5.yaml +++ b/.github/workflows/ms5.yaml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint flask flask_cors flasgger pytest + pip install pylint flask flask_cors flasgger pytest requests #Run pylint on all Python files - name: Analyze code with pylint