From 34a65d0df47836602678b602a424c2b009db4de9 Mon Sep 17 00:00:00 2001 From: Michael Dereszynski Date: Tue, 8 Sep 2020 01:21:09 +0000 Subject: [PATCH] up ci for tests --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd7b0e5..5b25389 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,4 @@ jobs: - name: Run flake8 run: flake8 - name: tests - run: | - pip install .[tests] - pytest \ No newline at end of file + run: pytest \ No newline at end of file