Skip to content

Commit 98532a8

Browse files
Merge pull request #26 from GangadharUppin/test-work
testingwork
2 parents e03f4ca + 6add168 commit 98532a8

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212

13-
strategy:
14-
matrix:
15-
python-version: ["3.9", "3.10", "3.11"]
13+
# strategy:
14+
# matrix:
15+
# python-version: ["3.9", "3.10", "3.11"]
1616

1717
steps:
1818
- name: Checkout repository
@@ -31,4 +31,4 @@ jobs:
3131
3232
- name: Run pytest
3333
run: |
34-
pytest -vsm santy
34+
pytest -vsm sanity

utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
from selenium.webdriver.common.by import By
66
import subprocess
77
import os
8-
9-
108
class Utils:
119
def __init__(self, logging, driver):
1210
self.logging = logging

0 commit comments

Comments
 (0)