From 4892bd694a11bdb7683b7d0418bf5e6ec276a2d1 Mon Sep 17 00:00:00 2001 From: Shivam Pandey Date: Tue, 9 Apr 2024 08:43:06 +0530 Subject: [PATCH] testing --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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