From 6add1687459f10ec40d902adc12caa1a3572f75b Mon Sep 17 00:00:00 2001 From: "ACER@DESKTOP-VEH5UEA" Date: Sun, 11 Jan 2026 09:44:44 +0530 Subject: [PATCH] testingwork --- .github/workflows/workflow.yml | 8 ++++---- utils.py | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 55e8d1e..29eef45 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -10,9 +10,9 @@ jobs: test: runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["3.9", "3.10", "3.11"] +# strategy: +# matrix: +# python-version: ["3.9", "3.10", "3.11"] steps: - name: Checkout repository @@ -31,4 +31,4 @@ jobs: - name: Run pytest run: | - pytest -vsm santy + pytest -vsm sanity diff --git a/utils.py b/utils.py index a4dca66..d40d5ed 100644 --- a/utils.py +++ b/utils.py @@ -5,8 +5,6 @@ from selenium.webdriver.common.by import By import subprocess import os - - class Utils: def __init__(self, logging, driver): self.logging = logging