diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 253480c..60f359c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,7 +16,6 @@ jobs: - name: Install dependencies run: | pip3 install -r requirements.txt - pip3 install pytest - name: Run tests run: pytest3 tests/ -v \ No newline at end of file