Skip to content

Commit

Permalink
workflows timezone IST
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Aug 23, 2024
1 parent 1f5e27e commit 67d118d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/irctc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 67d118d

Please sign in to comment.