diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 4c46b42..75e74fe 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -12,5 +12,6 @@ jobs: uses: actions/checkout@v4 - name: Run tests run: | + source testenv/bin/activate python3 tests/test.py \ No newline at end of file