Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 9, 2024
1 parent 9c50441 commit 4892bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- run: pip install -r irctc-captcha-solver/requirements.txt
- run: python3 irctc-captcha-solver/app.py --image-base-64 "" # python3 irctc-captcha-solver/app.py --image-base-64 "" is used for models to load before starting tatkal tickets
- run: python3 irctc-captcha-solver/app.py "" # python3 irctc-captcha-solver/app.py --image-base-64 "" is used for models to load before starting tatkal tickets

- name: Install Node.js and npm
uses: actions/setup-node@v4
Expand Down

0 comments on commit 4892bd6

Please sign in to comment.