diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce77b68..407a5ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,5 +17,4 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt - pytest \ No newline at end of file + pip install -r requirements.txt \ No newline at end of file