diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 92a545e..9e4fddd 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -58,7 +58,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ./.gitea/actions/poetrybuild + # - uses: ./.gitea/actions/poetrybuild + - name: Install dependencies + run: | + pip install poetry + poetry install --no-interaction - name: Try to run app run: poetry run seafile-mirror --help