diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1247b59..a50012d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,6 +19,4 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt - - name: Run tests - run: python -m unittest discover tests \ No newline at end of file + pip install -r requirements.txt \ No newline at end of file