ci: broken patch tests (#20010)
* Revert "chore: hard pin patch python versions" This reverts commitaae3bac0b1. * Revert "chore(deps): bump gabrielfalcao/pyenv-action from 10 to 13 (#19940)" This reverts commitc525268084.
This commit is contained in:
parent
7bfd20ce87
commit
29be4a544e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/patch-mariadb-tests.yml
vendored
4
.github/workflows/patch-mariadb-tests.yml
vendored
|
|
@ -62,9 +62,9 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Setup Python
|
||||
uses: "gabrielfalcao/pyenv-action@v13"
|
||||
uses: "gabrielfalcao/pyenv-action@v10"
|
||||
with:
|
||||
versions: 3.10.9, 3.7.16
|
||||
versions: 3.10:latest, 3.7:latest
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue