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 67d118d commit c554003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/irctc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c554003

Please sign in to comment.