From 32a2c4f35a9f28daf5cf8b66a7db3f487f460945 Mon Sep 17 00:00:00 2001 From: AnmolikaGoyal <68813421+AnmolikaGoyal@users.noreply.github.com> Date: Fri, 5 Nov 2021 17:37:30 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07b29b51..a8c0dfbc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,6 @@ jobs: echo requirements installed - name: Run tests run: | - cd test + cd tests pip install pytest pytest