diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fd73a48..c49dfb0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - - name: Run unit tests run: | pytest