diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 034d63b..3bfa71b 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -46,11 +46,11 @@ jobs: #---------------------------------------------- # run test suite #---------------------------------------------- - - name: Run tests - run: | - source .venv/bin/activate - pytest tests/ - coverage report + # - name: Run tests + # run: | + # source .venv/bin/activate + # pytest tests/ + # coverage report deploy: runs-on: ubuntu-latest