diff --git a/.github/workflows/py3-pr.yaml b/.github/workflows/py3-pr.yaml index d84a56d8..a3e743cf 100644 --- a/.github/workflows/py3-pr.yaml +++ b/.github/workflows/py3-pr.yaml @@ -32,6 +32,9 @@ jobs: - name: Push changes run: | git push origin auto-py3-$GITHUB_SHA:auto-py3-$GITHUB_SHA + - name: Update support matrix if needed + run: | + tox -e makesupported || git commit -m "Update support matrix" - name: Create PR uses: repo-sync/pull-request@v2 with: