diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 065cdd6..b43bd7d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,9 +18,9 @@ jobs: - name: Install dependencies run: | - pip3 install -r requirements.txt 2>&1 || pip install -r requirements.txt 2>&1 - pip3 install pytest 2>&1 || pip install pytest 2>&1 + pip3 install -r requirements.txt + pip3 install pytest - name: Run tests run: | - pytest3 tests/ -v 2>&1 || pytest tests/ -v 2>&1 \ No newline at end of file + pytest3 tests/ -v \ No newline at end of file