From 1283543a39e5c2591f7b1588f8d1c8ecfec12d9a Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Sun, 14 Apr 2024 12:25:16 +0530 Subject: [PATCH] chore(ci): run pytest via pipenv --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b7c235..36959fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,4 +42,4 @@ jobs: - name: Install Pip dependencies run: python3 -m pipenv install - name: Run Python tests - run: python3 -m pytest ./py/selenium/builder/*.py + run: python3 -m pipenv run pytest ./py/selenium/builder/*.py