From 1fb4ff81956de42bddb6dabf116c6a639efb0fdf Mon Sep 17 00:00:00 2001 From: Harshith Umesh Date: Thu, 15 Feb 2024 02:11:59 -0500 Subject: [PATCH] fix ci file 8 --- .github/workflows/ci_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_integration_tests.yml b/.github/workflows/ci_integration_tests.yml index e483dc8..7bcaa60 100644 --- a/.github/workflows/ci_integration_tests.yml +++ b/.github/workflows/ci_integration_tests.yml @@ -32,7 +32,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - pip install pytest flask-testing python-dotenv + pip install pytest flask-testing python-dotenv cryptography - name: Configure Application run: |