diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a64ad72..87a4eee 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -23,7 +23,4 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt - - name: Run tests - run: pytest