ci: broken patch tests (#20010)

* Revert "chore: hard pin patch python versions"

This reverts commit aae3bac0b1.

* Revert "chore(deps): bump gabrielfalcao/pyenv-action from 10 to 13 (#19940)"

This reverts commit c525268084.
This commit is contained in:
Ankush Menat 2023-02-13 16:17:18 +05:30 committed by GitHub
parent 7bfd20ce87
commit 29be4a544e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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