diff --git a/.github/workflows/sync_python_deps.yml.disabled b/.github/workflows/sync_python_deps.yml similarity index 87% rename from .github/workflows/sync_python_deps.yml.disabled rename to .github/workflows/sync_python_deps.yml index f746d3a..113c31a 100644 --- a/.github/workflows/sync_python_deps.yml.disabled +++ b/.github/workflows/sync_python_deps.yml @@ -4,7 +4,7 @@ name: Update Python dependencies with PDM on: schedule: - - cron: "0 0 * * *" + - cron: "0 12 * * *" workflow_dispatch: jobs: @@ -14,7 +14,6 @@ jobs: - uses: actions/checkout@v4 - name: Update dependencies with PDM - # XXX Use the upstream version when repository is not private uses: pdm-project/update-deps-action@main with: # The personal access token, default: ${{ github.token }} @@ -26,6 +25,6 @@ jobs: # The update strategy, can be 'reuse', 'eager' or 'all' update-strategy: all # Whether to install PDM plugins before update - install-plugins: "false" + install-plugins: "true" # Whether commit message contains signed-off-by sign-off-commit: "true"