From 67d118dd1bbf14a65c8baad706dcf506f55533f2 Mon Sep 17 00:00:00 2001 From: shivam pandey Date: Fri, 23 Aug 2024 08:11:23 +0530 Subject: [PATCH] workflows timezone IST --- .github/workflows/irctc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/irctc.yml b/.github/workflows/irctc.yml index 126cde0..b6d79ed 100644 --- a/.github/workflows/irctc.yml +++ b/.github/workflows/irctc.yml @@ -29,6 +29,7 @@ jobs: python-version: '3.11' cache: 'pip' # caching pip dependencies - run: | + timedatectl set-timezone Asia/Kolkata pip install -r irctc-captcha-solver/requirements.txt python3 irctc-captcha-solver/app.py "" # python3 irctc-captcha-solver/app.py "" is used for models to load before starting tatkal tickets PASSWORD=$(jq -r '.inputs.PASSWORD' $GITHUB_EVENT_PATH)