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