diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 793562c..a3ddc8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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