We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d5744 commit de2a858Copy full SHA for de2a858
.github/workflows/integration-tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/setup-python@v5
31
name: Install Python ${{ matrix.python-version }}
32
with:
33
- python-version: "${{ matrix.python_version }}"
+ python-version: ${{ matrix.python_version }}
34
allow-prereleases: true
35
36
- name: Set up JDK ${{ matrix.java-version }}
0 commit comments