py3-pr needs to push *after* matrix commit

This commit is contained in:
Dan Smith 2022-10-24 17:31:04 -07:00
parent a4e611d00e
commit 867b48a86c

View File

@ -23,13 +23,15 @@ jobs:
git commit --no-edit
}
git checkout -b auto-py3-$GITHUB_SHA
git push origin auto-py3-$GITHUB_SHA:auto-py3-$GITHUB_SHA
- name: Update support matrix if needed
run: |
sudo apt-get update
sudo apt-get install python3-pip python3-wxgtk4.0
sudo python3 -mpip install tox
tox -e makesupported || git commit -m "Update support matrix" tests/Python3_Driver_Testing.md
- name: Push changes
run: |
git push origin auto-py3-$GITHUB_SHA:auto-py3-$GITHUB_SHA
- name: Create PR
uses: repo-sync/pull-request@v2
with: