We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7529c commit 155777bCopy full SHA for 155777b
.github/workflows/integration-tests.yml
@@ -26,11 +26,12 @@ jobs:
26
27
steps:
28
- uses: actions/checkout@v4
29
- - name: setup pyenv ${{ matrix.python-version }}
30
- uses: "gabrielfalcao/pyenv-action@v16"
+
+ - uses: actions/setup-python@v5
31
+ name: Install Python ${{ matrix.python-version }}
32
with:
- default: 2.7.14
33
- versions: ${{ matrix.python-version }}
+ python-version: "${{ matrix.python_version }}"
34
+ allow-prereleases: true
35
36
- name: Set up JDK ${{ matrix.java-version }}
37
uses: actions/setup-java@v4
0 commit comments