diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2200d1..3e4f37a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,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