From 9b3359d3ec943360d9d06fcdaf20b8d3b922587d Mon Sep 17 00:00:00 2001 From: shahules786 Date: Thu, 6 Oct 2022 11:32:55 +0530 Subject: [PATCH] fix 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 f07c39e..25c74d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,5 +45,5 @@ jobs: - name: Run flake8 run: flake8 - name: Test with pytest - run: | + run: pytest tests \ No newline at end of file