From a88429b873b1be220e924c59430722521cfe5f8a Mon Sep 17 00:00:00 2001 From: nishchaykarle Date: Fri, 16 Feb 2024 15:55:17 -0600 Subject: [PATCH] update ci.yml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c3042d7..41b32e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies - run: python3 -m pip install pytest . + run: python3 -m pip install pytest - name: Run tests run: pytest