From c55400373c018369f5ceef732defe36e069ce6fb Mon Sep 17 00:00:00 2001 From: shivam pandey Date: Fri, 23 Aug 2024 08:13:46 +0530 Subject: [PATCH] workflows timezone IST --- .github/workflows/irctc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/irctc.yml b/.github/workflows/irctc.yml index b6d79ed..52b2c66 100644 --- a/.github/workflows/irctc.yml +++ b/.github/workflows/irctc.yml @@ -29,7 +29,7 @@ jobs: python-version: '3.11' cache: 'pip' # caching pip dependencies - run: | - timedatectl set-timezone Asia/Kolkata + sudo 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)